Post-pgindent cleanup
Stephen Frost <sfrost@snowman.net>
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.
Files
| Path | Change | +/− |
|---|---|---|
| contrib/hstore/hstore_io.c | modified | +2 −1 |
| contrib/pgbench/pgbench.c | modified | +6 −3 |
| contrib/pg_upgrade/info.c | modified | +4 −2 |
| contrib/pg_upgrade/pg_upgrade.c | modified | +6 −3 |
| contrib/pg_upgrade/relfilenode.c | modified | +19 −8 |
| src/backend/access/gist/gistbuild.c | modified | +8 −3 |
| src/backend/access/heap/heapam.c | modified | +15 −10 |
| src/backend/access/transam/multixact.c | modified | +5 −3 |
| src/backend/access/transam/xlog.c | modified | +4 −2 |
| src/backend/commands/event_trigger.c | modified | +2 −1 |
| src/backend/commands/tablecmds.c | modified | +7 −3 |
| src/backend/commands/trigger.c | modified | +10 −4 |
| src/interfaces/ecpg/pgtypeslib/timestamp.c | modified | +0 −1 |