diff options
Diffstat (limited to 'src/include/nodes/memnodes.h')
-rw-r--r-- | src/include/nodes/memnodes.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/nodes/memnodes.h b/src/include/nodes/memnodes.h index 7aa88f48ce3..dca38a7924d 100644 --- a/src/include/nodes/memnodes.h +++ b/src/include/nodes/memnodes.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: memnodes.h,v 1.22 2001/10/25 05:50:04 momjian Exp $ + * $Id: memnodes.h,v 1.23 2001/11/05 17:46:34 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -72,4 +72,4 @@ typedef struct MemoryContextData ((context) != NULL && \ (IsA((context), AllocSetContext))) -#endif /* MEMNODES_H */ +#endif /* MEMNODES_H */ |