summaryrefslogtreecommitdiff
path: root/src/include/catalog/heap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/catalog/heap.h')
-rw-r--r--src/include/catalog/heap.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/catalog/heap.h b/src/include/catalog/heap.h
index 7f0f91df1e..545bc7c5b8 100644
--- a/src/include/catalog/heap.h
+++ b/src/include/catalog/heap.h
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: heap.h,v 1.15 1998/09/01 03:27:44 momjian Exp $
+ * $Id: heap.h,v 1.16 1998/09/01 04:34:41 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -17,8 +17,8 @@
extern Relation heap_create(char *relname, TupleDesc att);
-extern Oid heap_create_with_catalog(char *relname,
- TupleDesc tupdesc, char relkind);
+extern Oid heap_create_with_catalog(char *relname,
+ TupleDesc tupdesc, char relkind);
extern void heap_destroy_with_catalog(char *relname);
extern void heap_destroy(Relation rel);
@@ -26,4 +26,4 @@ extern void heap_destroy(Relation rel);
extern void InitTempRelList(void);
extern void DestroyTempRels(void);
-#endif /* HEAP_H */
+#endif /* HEAP_H */