Commit dc0e2569 authored by Marc G. Fournier's avatar Marc G. Fournier

clean this one

parent 225a2247
...@@ -6,13 +6,15 @@ ...@@ -6,13 +6,15 @@
* *
* Copyright (c) 1994, Regents of the University of California * 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 #ifndef HEAP_H
#define HEAP_H #define HEAP_H
#include <utils/rel.h>
extern Relation heap_creatr(char *relname, unsigned smgr, TupleDesc att); extern Relation heap_creatr(char *relname, unsigned smgr, TupleDesc att);
extern int RelationAlreadyExists(Relation pg_class_desc, char relname[]); extern int RelationAlreadyExists(Relation pg_class_desc, char relname[]);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment