File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
*
8
8
* Copyright (c) 1994, Regents of the University of California
9
9
*
10
- * $Id: pg_type.h,v 1.1 1996/08/28 01:57:18 scrappy Exp $
10
+ * $Id: pg_type.h,v 1.2 1996/10/19 04:24:57 scrappy Exp $
11
11
*
12
12
* NOTES
13
13
* the genbki.sh script reads this file and generates .bki
18
18
#ifndef PG_TYPE_H
19
19
#define PG_TYPE_H
20
20
21
+ #include "utils/rel.h"
22
+
21
23
/* ----------------
22
24
* postgres.h contains the system type definintions and the
23
25
* CATALOG(), BOOTSTRAP and DATA() sugar words so this file
24
26
* can be read by both genbki.sh and the C compiler.
25
27
* ----------------
26
28
*/
27
- #include "postgres.h"
28
- #include "utils/rel.h" /* for Relation */
29
29
30
30
/* ----------------
31
31
* pg_type definition. cpp turns this into
You can’t perform that action at this time.
0 commit comments