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: 2024-03-22 06:23:26
Message-ID: E1rnYJK-0053My-Gn@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Reformat some node comments

Reformat some comments in node field definitions to avoid long lines.
This makes room for per-field annotations. Similar to 835d476fd2.

Reviewed-by: Andrew Dunstan <andrew(at)dunslane(dot)net>
Discussion: https://www.postgresql.org/message-id/flat/4b27fc50-8cd6-46f5-ab20-88dbaadca645(at)eisentraut(dot)org

Branch
------
master

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

Modified Files
--------------
src/include/nodes/parsenodes.h | 86 ++++++++++++++++++++++++++++--------------
1 file changed, 57 insertions(+), 29 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2024-03-22 06:27:56 pgsql: Remove custom _jumbleRangeTblEntry()
Previous Message Peter Eisentraut 2024-03-22 06:21:39 pgsql: Improve comment