]> granicus.if.org Git - postgresql/commit
Preventive maintenance in advance of pgindent run.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 17 May 2017 00:36:35 +0000 (20:36 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 17 May 2017 00:36:35 +0000 (20:36 -0400)
commitc079673dcb7f210617c9fc1470e6bf166d8a2971
treecd8a2c6834da8d1157f11a38cb6272dc48e42dd1
parentddd243584a0f353bbaba260d976cc41b251bbf21
Preventive maintenance in advance of pgindent run.

Reformat various places in which pgindent will make a mess, and
fix a few small violations of coding style that I happened to notice
while perusing the diffs from a pgindent dry run.

There is one actual bug fix here: the need-to-enlarge-the-buffer code
path in icu_convert_case was obviously broken.  Perhaps it's unreachable
in our usage?  Or maybe this is just sadly undertested.
20 files changed:
contrib/btree_gist/btree_utils_num.c
src/backend/catalog/pg_publication.c
src/backend/commands/publicationcmds.c
src/backend/commands/subscriptioncmds.c
src/backend/executor/nodeNamedtuplestorescan.c
src/backend/replication/logical/snapbuild.c
src/backend/replication/pgoutput/pgoutput.c
src/backend/tsearch/wparser.c
src/backend/utils/adt/formatting.c
src/backend/utils/adt/pg_locale.c
src/bin/pg_basebackup/pg_basebackup.c
src/bin/pg_dump/dumputils.c
src/bin/pg_dump/pg_backup_archiver.h
src/bin/pg_waldump/pg_waldump.c
src/bin/psql/tab-complete.c
src/common/scram-common.c
src/include/catalog/pg_authid.h
src/include/catalog/pg_subscription_rel.h
src/include/replication/logicalproto.h
src/interfaces/libpq/libpq-int.h