From af5fde7491670e2deb7966a99c25a9b69b7bc86f Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 6 Aug 1998 05:13:14 +0000 Subject: Make large objects their own relkind type. Fix dups in pg_class_mb files. Fix sequence creation hack for relkind type. --- src/include/commands/creatinh.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/include/commands/creatinh.h') diff --git a/src/include/commands/creatinh.h b/src/include/commands/creatinh.h index 21208ad958..f4e5f39668 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 */ -- cgit v1.2.1