pgsql: gen_node_support.pl: Mark location fields as type alias ParseLoc - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: gen_node_support.pl: Mark location fields as type alias ParseLoc
Date
Msg-id E1rmc0g-004cDz-Nc@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
gen_node_support.pl: Mark location fields as type alias ParseLoc

Instead of the rather ugly type=int + name ~= location$, we now have a
marker type for offset pointers or sizes that are only relevant when a
query text is included, which decreases the complexity required in
gen_node_support.pl for handling these values.

Author: Matthias van de Meent <boekewurm+postgres@gmail.com>
Discussion:
https://www.postgresql.org/message-id/flat/CAEze2WgrCiR3JZmWyB0YTc8HV7ewRdx13j0CqD6mVkYAW+SFGQ@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/605721f819f5b603db6bc1405ef414747d182116

Modified Files
--------------
src/backend/nodes/gen_node_support.pl |  6 +--
src/include/nodes/nodes.h             |  9 ++++
src/include/nodes/parsenodes.h        | 92 +++++++++++++++++------------------
src/include/nodes/plannodes.h         |  4 +-
src/include/nodes/primnodes.h         | 72 +++++++++++++--------------
src/tools/pgindent/typedefs.list      |  1 +
6 files changed, 97 insertions(+), 87 deletions(-)


pgsql-committers by date:

Previous
From: Daniel Gustafsson
Date:
Subject: pgsql: pg_upgrade: run all data type checks per connection
Next
From: Tom Lane
Date:
Subject: pgsql: Postpone reparameterization of paths until create_plan().