|
7 | 7 | * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group |
8 | 8 | * Portions Copyright (c) 1994, Regents of the University of California |
9 | 9 | * |
10 | | - * $Id: nodes.h,v 1.92 2001/07/16 19:07:40 momjian Exp $ |
| 10 | + * $Id: nodes.h,v 1.93 2001/07/16 19:12:58 momjian Exp $ |
11 | 11 | * |
12 | 12 | *------------------------------------------------------------------------- |
13 | 13 | */ |
@@ -164,7 +164,6 @@ typedef enum NodeTag |
164 | 164 | T_RemoveAggrStmt, |
165 | 165 | T_RemoveFuncStmt, |
166 | 166 | T_RemoveOperStmt, |
167 | | -T_RemoveStmt_XXX,/* not used anymore; tag# available */ |
168 | 167 | T_RenameStmt, |
169 | 168 | T_RuleStmt, |
170 | 169 | T_NotifyStmt, |
@@ -221,7 +220,6 @@ typedef enum NodeTag |
221 | 220 | T_BooleanTest, |
222 | 221 | T_CaseExpr, |
223 | 222 | T_CaseWhen, |
224 | | -T_RowMarkXXX,/* not used anymore; tag# available */ |
225 | 223 | T_FkConstraint, |
226 | 224 | T_PrivGrantee, |
227 | 225 |
|
|