mirror of https://github.com/postgres/postgres
Undo pgindent brain damage, so that node type numbers can once again be
counted off by lines ...
This commit is contained in:
parent
5c48b253af
commit
e89bf1258b
|
@ -7,7 +7,7 @@
|
||||||
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
|
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
|
||||||
* Portions Copyright (c) 1994, Regents of the University of California
|
* Portions Copyright (c) 1994, Regents of the University of California
|
||||||
*
|
*
|
||||||
* $Id: nodes.h,v 1.88 2001/03/22 06:16:20 momjian Exp $
|
* $Id: nodes.h,v 1.89 2001/04/24 00:08:38 tgl Exp $
|
||||||
*
|
*
|
||||||
*-------------------------------------------------------------------------
|
*-------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
|
@ -165,8 +165,7 @@ typedef enum NodeTag
|
||||||
T_RemoveAggrStmt,
|
T_RemoveAggrStmt,
|
||||||
T_RemoveFuncStmt,
|
T_RemoveFuncStmt,
|
||||||
T_RemoveOperStmt,
|
T_RemoveOperStmt,
|
||||||
T_RemoveStmt_XXX, /* not used anymore; this tag# is
|
T_RemoveStmt_XXX, /* not used anymore; tag# available */
|
||||||
* available */
|
|
||||||
T_RenameStmt,
|
T_RenameStmt,
|
||||||
T_RuleStmt,
|
T_RuleStmt,
|
||||||
T_NotifyStmt,
|
T_NotifyStmt,
|
||||||
|
@ -219,14 +218,11 @@ typedef enum NodeTag
|
||||||
T_RangeTblEntry,
|
T_RangeTblEntry,
|
||||||
T_SortClause,
|
T_SortClause,
|
||||||
T_GroupClause,
|
T_GroupClause,
|
||||||
T_SubSelectXXX, /* not used anymore; this tag# is
|
T_SubSelectXXX, /* not used anymore; tag# available */
|
||||||
* available */
|
T_oldJoinExprXXX, /* not used anymore; tag# available */
|
||||||
T_oldJoinExprXXX, /* not used anymore; this tag# is
|
|
||||||
* available */
|
|
||||||
T_CaseExpr,
|
T_CaseExpr,
|
||||||
T_CaseWhen,
|
T_CaseWhen,
|
||||||
T_RowMarkXXX, /* not used anymore; this tag# is
|
T_RowMarkXXX, /* not used anymore; tag# available */
|
||||||
* available */
|
|
||||||
T_FkConstraint,
|
T_FkConstraint,
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in New Issue