pgsql: gen_node_support.pl: Mark location fields as type alias ParseLoc

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: gen_node_support.pl: Mark location fields as type alias ParseLoc
Date: 2024-03-19 16:08:19
Message-ID: E1rmc0g-004cDz-Nc@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)gmail(dot)com>
Discussion: https://www.postgresql.org/message-id/flat/CAEze2WgrCiR3JZmWyB0YTc8HV7ewRdx13j0CqD6mVkYAW+SFGQ(at)mail(dot)gmail(dot)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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2024-03-19 18:55:46 pgsql: Postpone reparameterization of paths until create_plan().
Previous Message Daniel Gustafsson 2024-03-19 12:38:56 pgsql: pg_upgrade: run all data type checks per connection