diff options
Diffstat (limited to 'src/include/utils/temprel.h')
-rw-r--r-- | src/include/utils/temprel.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/utils/temprel.h b/src/include/utils/temprel.h index fa3ed41cf32..a8a6a00568d 100644 --- a/src/include/utils/temprel.h +++ b/src/include/utils/temprel.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: temprel.h,v 1.19 2001/10/28 06:26:10 momjian Exp $ + * $Id: temprel.h,v 1.20 2001/11/05 17:46:36 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -30,4 +30,4 @@ extern char *get_temp_rel_by_physicalname(const char *relname); #define is_temp_rel_name(relname) (get_temp_rel_by_username(relname) != NULL) -#endif /* TEMPREL_H */ +#endif /* TEMPREL_H */ |