pgsql: Post-pgindent cleanup

From: Stephen Frost <sfrost(at)snowman(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Post-pgindent cleanup
Date: 2013-06-01 13:42:21
Message-ID: E1Uim4b-000472-RA@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/551938ae2284975b53d665fa8a82a7e1f3514dda

Modified Files
--------------
contrib/hstore/hstore_io.c | 3 ++-
contrib/pg_upgrade/info.c | 6 ++++--
contrib/pg_upgrade/pg_upgrade.c | 9 ++++++---
contrib/pg_upgrade/relfilenode.c | 27 +++++++++++++++++++--------
contrib/pgbench/pgbench.c | 9 ++++++---
src/backend/access/gist/gistbuild.c | 11 ++++++++---
src/backend/access/heap/heapam.c | 25 +++++++++++++++----------
src/backend/access/transam/multixact.c | 8 +++++---
src/backend/access/transam/xlog.c | 6 ++++--
src/backend/commands/event_trigger.c | 3 ++-
src/backend/commands/tablecmds.c | 10 +++++++---
src/backend/commands/trigger.c | 14 ++++++++++----
src/interfaces/ecpg/pgtypeslib/timestamp.c | 1 -
13 files changed, 88 insertions(+), 44 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Stephen Frost 2013-06-01 14:20:38 pgsql: Minor spelling fixes
Previous Message Peter Eisentraut 2013-06-01 02:46:31 pgsql: doc: Remove paragraph about typesetting conventions