diff options
Diffstat (limited to 'src/include/tcop/utility.h')
| -rw-r--r-- | src/include/tcop/utility.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/tcop/utility.h b/src/include/tcop/utility.h index 863a664cf5..906854c5e8 100644 --- a/src/include/tcop/utility.h +++ b/src/include/tcop/utility.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/tcop/utility.h,v 1.32 2007/03/13 00:33:43 tgl Exp $ + * $PostgreSQL: pgsql/src/include/tcop/utility.h,v 1.33 2007/11/15 21:14:44 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -18,8 +18,8 @@ extern void ProcessUtility(Node *parsetree, const char *queryString, - ParamListInfo params, bool isTopLevel, - DestReceiver *dest, char *completionTag); + ParamListInfo params, bool isTopLevel, + DestReceiver *dest, char *completionTag); extern bool UtilityReturnsTuples(Node *parsetree); |
