Skip to content
Snippets Groups Projects
Commit 77356a7f authored by Thomas G. Lockhart's avatar Thomas G. Lockhart
Browse files

Add Constraint node type.

Remove TimeRange node type tag (everything else already gone).
parent 352b3687
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
* *
* Copyright (c) 1994, Regents of the University of California * Copyright (c) 1994, Regents of the University of California
* *
* $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 $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
...@@ -199,13 +199,13 @@ typedef enum NodeTag ...@@ -199,13 +199,13 @@ typedef enum NodeTag
T_A_Indices, T_A_Indices,
T_ResTarget, T_ResTarget,
T_ParamString, T_ParamString,
T_TimeRange,
T_RelExpr, T_RelExpr,
T_SortGroupBy, T_SortGroupBy,
T_RangeVar, T_RangeVar,
T_TypeName, T_TypeName,
T_IndexElem, T_IndexElem,
T_ColumnDef, T_ColumnDef,
T_Constraint,
T_DefElem, T_DefElem,
T_TargetEntry, T_TargetEntry,
T_RangeTblEntry, T_RangeTblEntry,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment