summaryrefslogtreecommitdiff
path: root/src/include/catalog/pg_group.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/catalog/pg_group.h')
-rw-r--r--src/include/catalog/pg_group.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/catalog/pg_group.h b/src/include/catalog/pg_group.h
index 1c4ef4e97f..f66cecc5cc 100644
--- a/src/include/catalog/pg_group.h
+++ b/src/include/catalog/pg_group.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: pg_group.h,v 1.11 2001/10/25 05:49:57 momjian Exp $
+ * $Id: pg_group.h,v 1.12 2001/10/28 06:26:00 momjian Exp $
*
* NOTES
* the genbki.sh script reads this file and generates .bki
@@ -40,4 +40,5 @@ typedef FormData_pg_group *Form_pg_group;
#define Anum_pg_group_groname 1
#define Anum_pg_group_grosysid 2
#define Anum_pg_group_grolist 3
+
#endif /* PG_GROUP_H */