pgsql: Rework format of comments in headers for nodes

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Rework format of comments in headers for nodes
Date: 2023-01-21 03:21:01
Message-ID: E1pJ4RA-004iRc-NF@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Rework format of comments in headers for nodes

This is similar to 835d476, except that this one is to add node
attributes related to query jumbling and avoid long lines in the headers
and in the node structures changed by this commit.

Reviewed-by: Peter Eisentraut
Discussion: https://postgr.es/m/Y5BHOUhX3zTH/ig6(at)paquier(dot)xyz

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/5d29d525ffe028fdf6b2d3ff7502243e56c6c79a

Modified Files
--------------
src/include/nodes/parsenodes.h | 170 ++++++++++------
src/include/nodes/primnodes.h | 430 +++++++++++++++++++++++++++--------------
2 files changed, 398 insertions(+), 202 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2023-01-21 05:25:19 pgsql: instr_time: Represent time as an int64 on all platforms
Previous Message Michael Paquier 2023-01-21 02:53:16 pgsql: Move queryjumble.c code to src/backend/nodes/