File tree Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change 77 * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
88 * Portions Copyright (c) 1994, Regents of the University of California
99 *
10- * $Id: nodes.h,v 1.88 2001/03/22 06:16:20 momjian Exp $
10+ * $Id: nodes.h,v 1.89 2001/04/24 00:08:38 tgl Exp $
1111 *
1212 *-------------------------------------------------------------------------
1313 */
@@ -165,8 +165,7 @@ typedef enum NodeTag
165165 T_RemoveAggrStmt ,
166166 T_RemoveFuncStmt ,
167167 T_RemoveOperStmt ,
168- T_RemoveStmt_XXX , /* not used anymore; this tag# is
169- * available */
168+ T_RemoveStmt_XXX , /* not used anymore; tag# available */
170169 T_RenameStmt ,
171170 T_RuleStmt ,
172171 T_NotifyStmt ,
@@ -219,14 +218,11 @@ typedef enum NodeTag
219218 T_RangeTblEntry ,
220219 T_SortClause ,
221220 T_GroupClause ,
222- T_SubSelectXXX , /* not used anymore; this tag# is
223- * available */
224- T_oldJoinExprXXX , /* not used anymore; this tag# is
225- * available */
221+ T_SubSelectXXX , /* not used anymore; tag# available */
222+ T_oldJoinExprXXX , /* not used anymore; tag# available */
226223 T_CaseExpr ,
227224 T_CaseWhen ,
228- T_RowMarkXXX , /* not used anymore; this tag# is
229- * available */
225+ T_RowMarkXXX , /* not used anymore; tag# available */
230226 T_FkConstraint ,
231227
232228 /*
You can’t perform that action at this time.
0 commit comments