pgsql: Remove T_Expr - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Remove T_Expr
Date
Msg-id E1mQ42b-0001sW-Iw@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/85399291977324d5c9f634a9a9d6d8591bfe7520

Modified Files
--------------
src/include/nodes/nodes.h | 1 -
1 file changed, 1 deletion(-)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: jit: Do not try to shut down LLVM state in case of LLVM triggere
Next
From: Tom Lane
Date:
Subject: pgsql: Fix planner error with multiple copies of an AlternativeSubPlan.