| From: | Peter Eisentraut <peter(at)eisentraut(dot)org> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Remove T_Join and T_Plan |
| Date: | 2022-07-08 08:43:06 |
| Message-ID: | E1o9jZo-001lqX-P1@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Remove T_Join and T_Plan
These are abstract node types that don't need to have a node tag
defined.
Discussion: https://www.postgresql.org/message-id/2592455.1657140387%40sss.pgh.pa.us
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/251154bebe98ca5d3487ccbe0dceb7f412b57934
Modified Files
--------------
src/backend/nodes/copyfuncs.c | 40 ------------------------
src/backend/nodes/outfuncs.c | 23 --------------
src/backend/nodes/readfuncs.c | 30 ------------------
src/include/catalog/catversion.h | 2 +-
src/include/nodes/nodes.h | 2 --
src/test/modules/test_oat_hooks/test_oat_hooks.c | 6 ----
6 files changed, 1 insertion(+), 102 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Peter Eisentraut | 2022-07-08 09:05:04 | pgsql: Adjust node serialization tag of A_Expr for consistency |
| Previous Message | John Naylor | 2022-07-08 07:57:10 | pgsql: Simplify json lexing state |