We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 225a224 commit dc0e256Copy full SHA for dc0e256
src/include/catalog/heap.h
@@ -6,13 +6,15 @@
6
*
7
* Copyright (c) 1994, Regents of the University of California
8
9
- * $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 $
10
11
*-------------------------------------------------------------------------
12
*/
13
#ifndef HEAP_H
14
#define HEAP_H
15
16
+#include <utils/rel.h>
17
+
18
extern Relation heap_creatr(char *relname, unsigned smgr, TupleDesc att);
19
20
extern int RelationAlreadyExists(Relation pg_class_desc, char relname[]);
0 commit comments