pgsql: Reformat some node comments

2025-07-02 Thread Peter Eisentraut
Reformat some node comments Use per-field comments for IndexInfo, instead of one big header comment listing all the fields. This makes the relevant comments easier to find, and it will also make it less likely that comments are not updated when fields are added or removed, as has happened in the

pgsql: Reformat some node comments

2024-03-21 Thread Peter Eisentraut
Reformat some node comments Reformat some comments in node field definitions to avoid long lines. This makes room for per-field annotations. Similar to 835d476fd2. Reviewed-by: Andrew Dunstan Discussion: https://www.postgresql.org/message-id/flat/4b27fc50-8cd6-46f5-ab20-88dbaadca...@eisentraut

pgsql: Reformat some node comments

2022-07-02 Thread Peter Eisentraut
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-8ee593009...@