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

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

From
Noah Misch
Date:
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(-)