Tweak a few more things in preparation for upcoming pgindent run.
Robert Haas <rhaas@postgresql.org>
Tweak a few more things in preparation for upcoming pgindent run. These adjustments adjust code and comments in minor ways to prevent pgindent from mangling them. Among other things, I tried to avoid situations where pgindent would emit "a +b" instead of "a + b", and I tried to avoid having it break up inline comments across multiple lines.
Files
| Path | Change | +/− |
|---|---|---|
| contrib/pageinspect/heapfuncs.c | modified | +4 −3 |
| src/backend/executor/execParallel.c | modified | +3 −3 |
| src/backend/executor/nodeAgg.c | modified | +3 −2 |
| src/backend/tsearch/spell.c | modified | +5 −3 |
| src/backend/tsearch/to_tsany.c | modified | +7 −2 |
| src/backend/utils/adt/dbsize.c | modified | +6 −3 |
| src/backend/utils/adt/tsginidx.c | modified | +4 −3 |
| src/backend/utils/adt/tsvector_op.c | modified | +2 −1 |