summaryrefslogtreecommitdiff
path: root/src/include/catalog/catalog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/catalog/catalog.h')
-rw-r--r--src/include/catalog/catalog.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/catalog/catalog.h b/src/include/catalog/catalog.h
index cf4f36fe4eb..25f6fcb0c5c 100644
--- a/src/include/catalog/catalog.h
+++ b/src/include/catalog/catalog.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: catalog.h,v 1.20 2001/11/05 17:46:31 momjian Exp $
+ * $Id: catalog.h,v 1.21 2001/11/16 23:30:35 tgl Exp $
*
*-------------------------------------------------------------------------
*/
@@ -22,6 +22,7 @@ extern char *relpath(RelFileNode rnode);
extern char *GetDatabasePath(Oid tblNode);
extern bool IsSystemRelationName(const char *relname);
+extern bool IsToastRelationName(const char *relname);
extern bool IsSharedSystemRelationName(const char *relname);
extern Oid newoid(void);