summaryrefslogtreecommitdiff
path: root/src/include/catalog/pg_inherits.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/catalog/pg_inherits.h')
-rw-r--r--src/include/catalog/pg_inherits.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/catalog/pg_inherits.h b/src/include/catalog/pg_inherits.h
index 599554e538..6e6b3912ce 100644
--- a/src/include/catalog/pg_inherits.h
+++ b/src/include/catalog/pg_inherits.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_inherits.h,v 1.11 2001/08/10 18:57:40 tgl Exp $
+ * $Id: pg_inherits.h,v 1.12 2001/10/25 05:49:57 momjian Exp $
*
* NOTES
* the genbki.sh script reads this file and generates .bki
@@ -54,5 +54,4 @@ typedef FormData_pg_inherits *Form_pg_inherits;
#define Anum_pg_inherits_inhparent 2
#define Anum_pg_inherits_inhseqno 3
-
#endif /* PG_INHERITS_H */