pgsql: Reformat some node comments

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Reformat some node comments
Date: 2025-07-02 07:57:43
Message-ID: E1uWsLf-004Jmz-0k@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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(at)hotmail(dot)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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2025-07-02 09:23:19 pgsql: meson: Increase minimum version to 0.57.2
Previous Message Masahiko Sawada 2025-07-02 06:27:47 pgsql: Fix missing FSM vacuum opportunities on tables without indexes.