pgsql: Reformat some node comments - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Reformat some node comments
Date
Msg-id E1uWsLf-004Jmz-0k@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Reformat some node comments

Use per-field comments for IndexInfo, instead of one big header
comment listing all the fields.  This makes the relevant comments
easier to find, and it will also make it less likely that comments are
not updated when fields are added or removed, as has happened in the
past.

Author: Japin Li <japinli@hotmail.com>
Discussion:
https://www.postgresql.org/message-id/flat/ME0P300MB04453E6C7EA635F0ECF41BFCB6832%40ME0P300MB0445.AUSP300.PROD.OUTLOOK.COM

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/de5aa15209397712dcfdeee2a72977b83374f276

Modified Files
--------------
src/include/nodes/execnodes.h | 69 ++++++++++++++++++++++++-------------------
1 file changed, 38 insertions(+), 31 deletions(-)


pgsql-committers by date:

Previous
From: Masahiko Sawada
Date:
Subject: pgsql: Fix missing FSM vacuum opportunities on tables without indexes.
Next
From: Peter Eisentraut
Date:
Subject: pgsql: meson: Increase minimum version to 0.57.2