Post-pgindent cleanup
authorStephen Frost <sfrost@snowman.net>
Sat, 1 Jun 2013 13:38:15 +0000 (09:38 -0400)
committerStephen Frost <sfrost@snowman.net>
Sat, 1 Jun 2013 13:38:15 +0000 (09:38 -0400)
commit551938ae2284975b53d665fa8a82a7e1f3514dda
tree14ceecfcc9413f1b3366393227b2604bf02e2bf1
parentdedf7e9919a2dc42370c0b218728e1556985de6a
Post-pgindent cleanup

Make slightly better decisions about indentation than what pgindent
is capable of.  Mostly breaking out long function calls into one
line per argument, with a few other minor adjustments.

No functional changes- all whitespace.
pgindent ran cleanly (didn't change anything) after.
Passes all regressions.
13 files changed:
contrib/hstore/hstore_io.c
contrib/pg_upgrade/info.c
contrib/pg_upgrade/pg_upgrade.c
contrib/pg_upgrade/relfilenode.c
contrib/pgbench/pgbench.c
src/backend/access/gist/gistbuild.c
src/backend/access/heap/heapam.c
src/backend/access/transam/multixact.c
src/backend/access/transam/xlog.c
src/backend/commands/event_trigger.c
src/backend/commands/tablecmds.c
src/backend/commands/trigger.c
src/interfaces/ecpg/pgtypeslib/timestamp.c