summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/utils/relcache.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/include/utils/relcache.h b/src/include/utils/relcache.h
index d5f63f3af31..d95a9a27fe3 100644
--- a/src/include/utils/relcache.h
+++ b/src/include/utils/relcache.h
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: relcache.h,v 1.11 1999/02/13 23:22:31 momjian Exp $
+ * $Id: relcache.h,v 1.12 1999/05/01 19:09:43 tgl Exp $
*
*-------------------------------------------------------------------------
*/
@@ -34,4 +34,10 @@ extern void RelationRegisterRelation(Relation relation);
extern void RelationPurgeLocalRelation(bool xactComitted);
extern void RelationInitialize(void);
+/*
+ * both vacuum.c and relcache.c need to know the name of the relcache init file
+ */
+
+#define RELCACHE_INIT_FILENAME "pg_internal.init"
+
#endif /* RELCACHE_H */