Reformat some node comments

Peter Eisentraut <peter@eisentraut.org>

Commit: 835d476fd21bcfb60b055941dee8c3d9559af14c
Author: Peter Eisentraut <peter@eisentraut.org>
Date: 2022-07-02T10:47:15Z
Releases: 16.0
Reformat some node comments

Reformat some comments in node field definitions to avoid long lines.

This makes room for per-field annotations in a future patch to
generate node support functions automatically.

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

Files

PathChange+/−
src/include/nodes/parsenodes.h modified +2 −1
src/include/nodes/pathnodes.h modified +461 −225
src/include/nodes/plannodes.h modified +313 −110
src/include/nodes/primnodes.h modified +176 −64

Discussion