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 23f444f commit f4ba64aCopy full SHA for f4ba64a
src/include/nodes/parsenodes.h
@@ -6,14 +6,15 @@
6
*
7
* Copyright (c) 1994, Regents of the University of California
8
9
- * $Id: parsenodes.h,v 1.2 1996/10/19 04:46:28 scrappy Exp $
+ * $Id: parsenodes.h,v 1.3 1996/10/19 04:49:29 scrappy Exp $
10
11
*-------------------------------------------------------------------------
12
*/
13
#ifndef PARSENODES_H
14
#define PARSENODES_H
15
16
#include "nodes/primnodes.h"
17
+#include "utils/tqual.h"
18
19
/*****************************************************************************
20
* Query Tree
0 commit comments