diff options
Diffstat (limited to 'src/include/tcop/utility.h')
-rw-r--r-- | src/include/tcop/utility.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/tcop/utility.h b/src/include/tcop/utility.h index 0cc271958f5..8e05c424a4a 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.12 2001/10/28 06:26:09 momjian Exp $ + * $Id: utility.h,v 1.13 2001/11/05 17:46:36 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -18,4 +18,4 @@ extern void ProcessUtility(Node *parsetree, CommandDest dest); -#endif /* UTILITY_H */ +#endif /* UTILITY_H */ |