summaryrefslogtreecommitdiff
path: root/src/include/commands/creatinh.h
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1997-11-21 18:12:58 +0000
committerBruce Momjian <bruce@momjian.us>1997-11-21 18:12:58 +0000
commit3fa2bb316c92b2c332d18072799d585ab795f131 (patch)
treeb0c0d668c408c98e498bcd4eaa0c7d3d488e9b11 /src/include/commands/creatinh.h
parent0889dcd6f7e5ce4999082192884b65203009f6c9 (diff)
downloadpostgresql-3fa2bb316c92b2c332d18072799d585ab795f131.tar.gz
Remove archive stuff.
Diffstat (limited to 'src/include/commands/creatinh.h')
-rw-r--r--src/include/commands/creatinh.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/commands/creatinh.h b/src/include/commands/creatinh.h
index 7d57290019..5ba47f8a03 100644
--- a/src/include/commands/creatinh.h
+++ b/src/include/commands/creatinh.h
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: creatinh.h,v 1.4 1997/09/08 21:51:35 momjian Exp $
+ * $Id: creatinh.h,v 1.5 1997/11/21 18:12:16 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -15,6 +15,5 @@
extern void DefineRelation(CreateStmt *stmt);
extern void RemoveRelation(char *name);
-extern char *MakeArchiveName(Oid relid);
#endif /* CREATINH_H */