From: Tom Lane Date: Tue, 24 Apr 2001 00:08:38 +0000 (+0000) Subject: Undo pgindent brain damage, so that node type numbers can once again be X-Git-Url: http://waps.l3s.uni-hannover.de/gitweb/?a=commitdiff_plain;h=5da77b2c1545a206c0b99af306f78f18c864431b;p=users%2Fbernd%2Fpostgres.git Undo pgindent brain damage, so that node type numbers can once again be counted off by lines ... --- diff --git a/src/include/nodes/nodes.h b/src/include/nodes/nodes.h index 47cc553e1c..f97439f7ae 100644 --- a/src/include/nodes/nodes.h +++ b/src/include/nodes/nodes.h @@ -165,8 +165,7 @@ typedef enum NodeTag T_RemoveAggrStmt, T_RemoveFuncStmt, T_RemoveOperStmt, - T_RemoveStmt_XXX, /* not used anymore; this tag# is - * available */ + T_RemoveStmt_XXX, /* not used anymore; tag# available */ T_RenameStmt, T_RuleStmt, T_NotifyStmt, @@ -219,14 +218,11 @@ typedef enum NodeTag T_RangeTblEntry, T_SortClause, T_GroupClause, - T_SubSelectXXX, /* not used anymore; this tag# is - * available */ - T_oldJoinExprXXX, /* not used anymore; this tag# is - * available */ + T_SubSelectXXX, /* not used anymore; tag# available */ + T_oldJoinExprXXX, /* not used anymore; tag# available */ T_CaseExpr, T_CaseWhen, - T_RowMarkXXX, /* not used anymore; this tag# is - * available */ + T_RowMarkXXX, /* not used anymore; tag# available */ T_FkConstraint, /*