aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas G. Lockhart <lockhart@fourpalms.org>1997-12-04 23:43:59 +0000
committerThomas G. Lockhart <lockhart@fourpalms.org>1997-12-04 23:43:59 +0000
commit77356a7fc11e756dd045783f23388292d52b22d4 (patch)
tree974132ad49356b1cd5a8359fdc813c17a9d78156
parent352b36877f389fd402dca63827d667dcec64263f (diff)
downloadpostgresql-77356a7fc11e756dd045783f23388292d52b22d4.tar.gz
postgresql-77356a7fc11e756dd045783f23388292d52b22d4.zip
Add Constraint node type.
Remove TimeRange node type tag (everything else already gone).
-rw-r--r--src/include/nodes/nodes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/nodes/nodes.h b/src/include/nodes/nodes.h
index 7388c0af832..88afe401203 100644
--- a/src/include/nodes/nodes.h
+++ b/src/include/nodes/nodes.h
@@ -6,7 +6,7 @@
*
* 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
T_A_Indices,
T_ResTarget,
T_ParamString,
- T_TimeRange,
T_RelExpr,
T_SortGroupBy,
T_RangeVar,
T_TypeName,
T_IndexElem,
T_ColumnDef,
+ T_Constraint,
T_DefElem,
T_TargetEntry,
T_RangeTblEntry,