Skip to content

Commit 8539929

Browse files
committed
Remove T_Expr
This is an abstract node that shouldn't have a node tag defined. Reviewed-by: Jacob Champion <pchampion@vmware.com> Discussion: https://www.postgresql.org/message-id/c091e5cd-45f8-69ee-6a9b-de86912cc7e7@enterprisedb.com
1 parent edb4d95 commit 8539929

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/include/nodes/nodes.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ typedef enum NodeTag
153153
T_Alias,
154154
T_RangeVar,
155155
T_TableFunc,
156-
T_Expr,
157156
T_Var,
158157
T_Const,
159158
T_Param,

0 commit comments

Comments
 (0)