diff options
author | Marc G. Fournier <scrappy@hub.org> | 1996-11-05 11:23:43 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1996-11-05 11:23:43 +0000 |
commit | dc0e2569026dd98fe8f8a3a0450aa496e3cff43c (patch) | |
tree | de019738dc997ff5bc3abdfbb1499f6364024f9c | |
parent | 225a2247923ef1dec2eb19a9dbd403a7a6a78e78 (diff) | |
download | postgresql-dc0e2569026dd98fe8f8a3a0450aa496e3cff43c.tar.gz postgresql-dc0e2569026dd98fe8f8a3a0450aa496e3cff43c.zip |
clean this one
-rw-r--r-- | src/include/catalog/heap.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/catalog/heap.h b/src/include/catalog/heap.h index c81aeab4ff7..058fc44cc4a 100644 --- a/src/include/catalog/heap.h +++ b/src/include/catalog/heap.h @@ -6,13 +6,15 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: heap.h,v 1.1 1996/08/28 01:56:26 scrappy Exp $ + * $Id: heap.h,v 1.2 1996/11/05 11:23:43 scrappy Exp $ * *------------------------------------------------------------------------- */ #ifndef HEAP_H #define HEAP_H +#include <utils/rel.h> + extern Relation heap_creatr(char *relname, unsigned smgr, TupleDesc att); extern int RelationAlreadyExists(Relation pg_class_desc, char relname[]); |