pgsql: Reconcile nodes/*funcs.c with PostgreSQL 12 work. - Mailing list pgsql-committers

From Noah Misch
Subject pgsql: Reconcile nodes/*funcs.c with PostgreSQL 12 work.
Date
Msg-id E1ha50N-0002GH-Re@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Switch position of some declarations in libpq.h
Next
From: Noah Misch
Date:
Subject: pgsql: MSVC: Reconcile clean.bat with PostgreSQL 12 work.