diff options
Diffstat (limited to 'src/include/tcop/pquery.h')
| -rw-r--r-- | src/include/tcop/pquery.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/tcop/pquery.h b/src/include/tcop/pquery.h index c7814a140f..a29b1857ec 100644 --- a/src/include/tcop/pquery.h +++ b/src/include/tcop/pquery.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pquery.h,v 1.21 2002/06/20 20:29:52 momjian Exp $ + * $Id: pquery.h,v 1.22 2002/09/04 20:31:45 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -19,7 +19,7 @@ extern void ProcessQuery(Query *parsetree, Plan *plan, CommandDest dest, - char *completionTag); + char *completionTag); extern EState *CreateExecutorState(void); |
