Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit dc0e256

Browse files
committed
clean this one
1 parent 225a224 commit dc0e256

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/include/catalog/heap.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,15 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: heap.h,v 1.1 1996/08/28 01:56:26 scrappy Exp $
9+
* $Id: heap.h,v 1.2 1996/11/05 11:23:43 scrappy Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
1313
#ifndef HEAP_H
1414
#define HEAP_H
1515

16+
#include <utils/rel.h>
17+
1618
extern Relation heap_creatr(char *relname, unsigned smgr, TupleDesc att);
1719

1820
extern int RelationAlreadyExists(Relation pg_class_desc, char relname[]);

0 commit comments

Comments
 (0)