pgsql: Reformat some more node comments

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Reformat some more node comments
Date: 2022-07-08 07:32:12
Message-ID: E1o9iTC-001lHw-Pz@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Reformat some more node comments

Reformat some more comments in node field definitions to avoid long
lines. Similar to 835d476fd21bcfb60b055941dee8c3d9559af14c, based on
additional per-field annotations that will be required.

Discussion: https://www.postgresql.org/message-id/c5906b07-220a-a3d4-8ff3-8ee593009424@enterprisedb.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3140f089855c03035ee354aa115618068f8d0206

Modified Files
--------------
src/include/nodes/pathnodes.h | 260 +++++++++++++++++++++++++++---------------
src/include/utils/rel.h | 26 +++--
2 files changed, 189 insertions(+), 97 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message John Naylor 2022-07-08 07:57:10 pgsql: Simplify json lexing state
Previous Message Kyotaro Horiguchi 2022-07-08 06:41:35 Re: pgsql: Only allow returning string types or bytea from json_serialize