pgsql: Reconcile nodes/*funcs.c with PostgreSQL 12 work.

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Reconcile nodes/*funcs.c with PostgreSQL 12 work.
Date: 2019-06-09 21:05:31
Message-ID: E1ha50N-0002GH-Re@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Reconcile nodes/*funcs.c with PostgreSQL 12 work.

One would have needed out-of-tree code to observe the defects. Remove
unreferenced fields instead of completing their support functions.
Since in-tree code can't reach _readIntoClause(), no catversion bump.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/44982e7d09cf9b1a08fded7fb0ca9a60dae869a5

Modified Files
--------------
src/backend/nodes/outfuncs.c | 2 +-
src/backend/parser/parse_node.c | 2 --
src/include/nodes/parsenodes.h | 1 -
src/include/nodes/primnodes.h | 2 --
4 files changed, 1 insertion(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Noah Misch 2019-06-09 22:52:20 pgsql: MSVC: Reconcile clean.bat with PostgreSQL 12 work.
Previous Message Michael Paquier 2019-06-09 02:39:40 pgsql: Switch position of some declarations in libpq.h