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 4c9309a commit 6592bbaCopy full SHA for 6592bba
src/include/nodes/parsenodes.h
@@ -6,17 +6,14 @@
6
*
7
* Copyright (c) 1994, Regents of the University of California
8
9
- * $Id: parsenodes.h,v 1.1 1996/08/28 01:57:40 scrappy Exp $
+ * $Id: parsenodes.h,v 1.2 1996/10/19 04:46:28 scrappy Exp $
10
11
*-------------------------------------------------------------------------
12
*/
13
#ifndef PARSENODES_H
14
#define PARSENODES_H
15
16
-#include "nodes/nodes.h"
17
-#include "nodes/pg_list.h"
18
#include "nodes/primnodes.h"
19
-#include "utils/tqual.h"
20
21
/*****************************************************************************
22
* Query Tree
0 commit comments