Skip to content
Snippets Groups Projects
Commit dc0e2569 authored by Marc G. Fournier's avatar Marc G. Fournier
Browse files

clean this one

parent 225a2247
No related branches found
No related tags found
No related merge requests found
......@@ -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[]);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment