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
This commit is contained in:
parent
edb4d95ddf
commit
8539929197
@ -153,7 +153,6 @@ typedef enum NodeTag
|
|||||||
T_Alias,
|
T_Alias,
|
||||||
T_RangeVar,
|
T_RangeVar,
|
||||||
T_TableFunc,
|
T_TableFunc,
|
||||||
T_Expr,
|
|
||||||
T_Var,
|
T_Var,
|
||||||
T_Const,
|
T_Const,
|
||||||
T_Param,
|
T_Param,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user