8000
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 352b368 commit 77356a7Copy full SHA for 77356a7
src/include/nodes/nodes.h
@@ -6,7 +6,7 @@
6
*
7
* Copyright (c) 1994, Regents of the University of California
8
9
- * $Id: nodes.h,v 1.18 1997/12/04 00:28:01 scrappy Exp $
+ * $Id: nodes.h,v 1.19 1997/12/04 23:43:59 thomas Exp $
10
11
*-------------------------------------------------------------------------
12
*/
@@ -199,13 +199,13 @@ typedef enum NodeTag
199
T_A_Indices,
200
T_ResTarget,
201
T_ParamString,
202
- T_TimeRange,
203
T_RelExpr,
204
T_SortGroupBy,
205
T_RangeVar,
206
T_TypeName,
207
T_IndexElem,
208
T_ColumnDef,
+ T_Constraint,
209
T_DefElem,
210
T_TargetEntry,
211
T_RangeTblEntry,
0 commit comments