pgsql: Reformat node comments in plannodes.h

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Reformat node comments in plannodes.h
Date: 2025-02-10 00:59:29
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Reformat node comments in plannodes.h

This is similar to d575051b9af9 but this time for the comments in
plannodes.h to avoid long lines, which is useful if adding per-field
annotations with pg_node_attr() to these planner structures.

Some patches are under discussion to add such properties to planner
fields, which is something that may or may not happen, and this change
makes future proposals easier to work on and review, which being more
consistent in style with the parse nodes.

Author: Sami Imseih
Discussion: https://postgr.es/m/[email protected]

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3d17d7d7fb7a4603b48acb275b5a416f110db464

Modified Files
--------------
src/include/nodes/plannodes.h | 441 ++++++++++++++++++++++++++++--------------
1 file changed, 291 insertions(+), 150 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2025-02-10 14:30:07 pgsql: Translation updates
Previous Message Thom Brown 2025-02-09 21:15:37 Re: pgsql: Release notes for 17.3, 16.7, 15.11, 14.16, 13.19.