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/z5xtb5ibhvgns...@paquier.xyz

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(-)

Reply via email to