diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-07-18 17:14:20 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-07-18 17:14:20 +0000 |
commit | 7d78bac108793b7b5ff6eb14877e48feaddb1247 (patch) | |
tree | d4841ab5124cb6329611077f5e9196e0679b70e5 /src/include/nodes/nodes.h | |
parent | a938f32a5af48914dce33b963cbd325fb0e186fd (diff) |
Back out BETWEEN node patch, was causing initdb failure.
Diffstat (limited to 'src/include/nodes/nodes.h')
-rw-r--r-- | src/include/nodes/nodes.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/nodes/nodes.h b/src/include/nodes/nodes.h index 7d643dad681..308bf95877d 100644 --- a/src/include/nodes/nodes.h +++ b/src/include/nodes/nodes.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: nodes.h,v 1.111 2002/07/18 04:41:45 momjian Exp $ + * $Id: nodes.h,v 1.112 2002/07/18 17:14:20 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -226,7 +226,6 @@ typedef enum NodeTag T_GroupClause, T_NullTest, T_BooleanTest, - T_BetweenExpr, T_CaseExpr, T_CaseWhen, T_FkConstraint, |