| From: | Peter Eisentraut <peter(at)eisentraut(dot)org> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Remove T_Expr |
| Date: | 2021-09-14 08:43:45 |
| Message-ID: | E1mQ42b-0001sW-Iw@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Remove T_Expr
This is an abstract node that shouldn't have a node tag defined.
Reviewed-by: Jacob Champion <pchampion(at)vmware(dot)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(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2021-09-14 19:11:31 | pgsql: Fix planner error with multiple copies of an AlternativeSubPlan. |
| Previous Message | Andres Freund | 2021-09-14 01:31:19 | pgsql: jit: Do not try to shut down LLVM state in case of LLVM triggere |