diff options
Diffstat (limited to 'src/include/catalog/pg_database.h')
-rw-r--r-- | src/include/catalog/pg_database.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/catalog/pg_database.h b/src/include/catalog/pg_database.h index 1efad4ee0f..34df08595e 100644 --- a/src/include/catalog/pg_database.h +++ b/src/include/catalog/pg_database.h @@ -8,7 +8,7 @@ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pg_database.h,v 1.20 2001/10/28 06:26:00 momjian Exp $ + * $Id: pg_database.h,v 1.21 2001/11/05 17:46:32 momjian Exp $ * * NOTES * the genbki.sh script reads this file and generates .bki @@ -79,4 +79,4 @@ DATAMARKOID(= 2) #undef DATAMARKOID -#endif /* PG_DATABASE_H */ +#endif /* PG_DATABASE_H */ |