We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6592bba commit 23f444fCopy full SHA for 23f444f
src/include/nodes/primnodes.h
@@ -6,23 +6,14 @@
6
*
7
* Copyright (c) 1994, Regents of the University of California
8
9
- * $Id: primnodes.h,v 1.2 1996/10/05 20:33:45 momjian Exp $
+ * $Id: primnodes.h,v 1.3 1996/10/19 04:48:30 scrappy Exp $
10
11
*-------------------------------------------------------------------------
12
*/
13
#ifndef PRIMNODES_H
14
#define PRIMNODES_H
15
16
-#include "postgres.h"
17
-
18
-#include "access/attnum.h"
19
-#include "storage/buf.h"
20
-#include "utils/rel.h"
21
#include "utils/fcache.h"
22
-#include "nodes/params.h"
23
24
-#include "nodes/nodes.h"
25
-#include "nodes/pg_list.h"
26
27
/* ----------------------------------------------------------------
28
* node definitions
0 commit comments