]> granicus.if.org Git - postgresql/commit
Tweak a few more things in preparation for upcoming pgindent run.
authorRobert Haas <rhaas@postgresql.org>
Tue, 3 May 2016 14:52:25 +0000 (10:52 -0400)
committerRobert Haas <rhaas@postgresql.org>
Tue, 3 May 2016 14:52:25 +0000 (10:52 -0400)
commit8826d850781cb328482c8f92af2a3d93385cd63b
tree4fe1529d761610370259c5c8e3eab74b869c956b
parent1e77949e67b94af4d2a350c6dac9109419932608
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.
contrib/pageinspect/heapfuncs.c
src/backend/executor/execParallel.c
src/backend/executor/nodeAgg.c
src/backend/tsearch/spell.c
src/backend/tsearch/to_tsany.c
src/backend/utils/adt/dbsize.c
src/backend/utils/adt/tsginidx.c
src/backend/utils/adt/tsvector_op.c