diff options
Diffstat (limited to 'src/include/tcop/utility.h')
-rw-r--r-- | src/include/tcop/utility.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/tcop/utility.h b/src/include/tcop/utility.h index 302fd21baa3..0cc271958f5 100644 --- a/src/include/tcop/utility.h +++ b/src/include/tcop/utility.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: utility.h,v 1.11 2001/10/25 05:50:10 momjian Exp $ + * $Id: utility.h,v 1.12 2001/10/28 06:26:09 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -17,4 +17,5 @@ #include "executor/execdesc.h" extern void ProcessUtility(Node *parsetree, CommandDest dest); + #endif /* UTILITY_H */ |