aboutsummaryrefslogtreecommitdiff
path: root/src/include/commands/creatinh.h
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1998-08-06 05:13:14 +0000
committerBruce Momjian <bruce@momjian.us>1998-08-06 05:13:14 +0000
commitaf5fde7491670e2deb7966a99c25a9b69b7bc86f (patch)
tree16cabda6c2ea1a8ca37fbbe97e5f5ae75e171b4d /src/include/commands/creatinh.h
parent8962ec4bc4a0020ad60089250647fb2264cfd258 (diff)
downloadpostgresql-af5fde7491670e2deb7966a99c25a9b69b7bc86f.tar.gz
postgresql-af5fde7491670e2deb7966a99c25a9b69b7bc86f.zip
Make large objects their own relkind type. Fix dups in pg_class_mb
files. Fix sequence creation hack for relkind type.
Diffstat (limited to 'src/include/commands/creatinh.h')
-rw-r--r--src/include/commands/creatinh.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/commands/creatinh.h b/src/include/commands/creatinh.h
index 21208ad958d..f4e5f396682 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.6 1997/11/26 01:12:12 momjian Exp $
+ * $Id: creatinh.h,v 1.7 1998/08/06 05:13:10 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -15,7 +15,7 @@
#include "nodes/parsenodes.h"
-extern void DefineRelation(CreateStmt *stmt);
+extern void DefineRelation(CreateStmt *stmt, char relkind);
extern void RemoveRelation(char *name);
#endif /* CREATINH_H */