pgsql: Post-pgindent cleanup - Mailing list pgsql-committers

From Stephen Frost
Subject pgsql: Post-pgindent cleanup
Date
Msg-id E1Uim4b-000472-RA@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: doc: Remove paragraph about typesetting conventions
Next
From: Stephen Frost
Date:
Subject: pgsql: Minor spelling fixes