Reformat node comments in plannodes.h
authorMichael Paquier <michael@paquier.xyz>
Mon, 10 Feb 2025 00:58:25 +0000 (09:58 +0900)
committerMichael Paquier <michael@paquier.xyz>
Mon, 10 Feb 2025 00:58:25 +0000 (09:58 +0900)
commit3d17d7d7fb7a4603b48acb275b5a416f110db464
treeaccc67f64e771042a0deadc5482ac3d8394d3a59
parent9926f854d07784d72aada16c8038b558fbc45d13
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/Z5xTb5iBHVGns35R@paquier.xyz
src/include/nodes/plannodes.h