Remove T_Expr
authorPeter Eisentraut <[email protected]>
Tue, 14 Sep 2021 07:34:50 +0000 (09:34 +0200)
committerPeter Eisentraut <[email protected]>
Tue, 14 Sep 2021 08:27:29 +0000 (10:27 +0200)
This is an abstract node that shouldn't have a node tag defined.

Reviewed-by: Jacob Champion <[email protected]>
Discussion: https://www.postgresql.org/message-id/c091e5cd-45f8-69ee-6a9b-de86912cc7e7@enterprisedb.com

src/include/nodes/nodes.h

index a692eb7b098b6b505296b26f5aa2ff71e544fbe5..b3ee4194d3938b56e94672af5ed75ac7e0e0f6f7 100644 (file)
@@ -153,7 +153,6 @@ typedef enum NodeTag
        T_Alias,
        T_RangeVar,
        T_TableFunc,
-       T_Expr,
        T_Var,
        T_Const,
        T_Param,