summaryrefslogtreecommitdiff
path: root/src/include/catalog/catname.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/catalog/catname.h')
-rw-r--r--src/include/catalog/catname.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/catalog/catname.h b/src/include/catalog/catname.h
index a00d6fd950..b50e6a00b9 100644
--- a/src/include/catalog/catname.h
+++ b/src/include/catalog/catname.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: catname.h,v 1.21 2001/10/25 05:49:56 momjian Exp $
+ * $Id: catname.h,v 1.22 2001/10/28 06:25:59 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -43,4 +43,5 @@
#define TriggerRelationName "pg_trigger"
extern char *SharedSystemRelationNames[];
+
#endif /* CATNAME_H */