diff options
Diffstat (limited to 'src/include/catalog/pg_description.h')
-rw-r--r-- | src/include/catalog/pg_description.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/catalog/pg_description.h b/src/include/catalog/pg_description.h index d6c49357f3..9aa0127abf 100644 --- a/src/include/catalog/pg_description.h +++ b/src/include/catalog/pg_description.h @@ -22,7 +22,7 @@ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pg_description.h,v 1.15 2001/10/28 06:26:00 momjian Exp $ + * $Id: pg_description.h,v 1.16 2001/11/05 17:46:32 momjian Exp $ * * NOTES * the genbki.sh script reads this file and generates .bki @@ -84,4 +84,4 @@ typedef FormData_pg_description *Form_pg_description; * by genbki.sh and loaded during initdb. */ -#endif /* PG_DESCRIPTION_H */ +#endif /* PG_DESCRIPTION_H */ |