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

From Peter Eisentraut
Subject pgsql: Reformat some more node comments
Date
Msg-id E1o9iTC-001lHw-Pz@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Kyotaro Horiguchi
Date:
Subject: Re: pgsql: Only allow returning string types or bytea from json_serialize
Next
From: John Naylor
Date:
Subject: pgsql: Simplify json lexing state