pgsql: Finish pgindent run for 9.6: Perl files.

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Finish pgindent run for 9.6: Perl files.
Date: 2016-06-12 08:25:01
Message-ID: E1bC0hZ-0006TE-9C@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Finish pgindent run for 9.6: Perl files.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/3be0a62ffe58f0753d190cbe22acbeb8b4926b85

Modified Files
--------------
contrib/bloom/t/001_wal.pl | 15 +-
src/backend/storage/lmgr/generate-lwlocknames.pl | 8 +-
src/backend/utils/Gen_dummy_probes.pl | 1 +
src/backend/utils/mb/Unicode/UCS_to_SJIS.pl | 4 +-
src/bin/pg_basebackup/t/010_pg_basebackup.pl | 3 +-
src/bin/pg_dump/t/001_basic.pl | 24 +-
src/bin/pg_dump/t/002_pg_dump.pl | 3392 ++++++++++------------
src/bin/pg_rewind/RewindTest.pm | 1 +
src/interfaces/ecpg/preproc/parse.pl | 4 +-
src/test/modules/commit_ts/t/001_base.pl | 12 +-
src/test/modules/commit_ts/t/002_standby.pl | 34 +-
src/test/modules/commit_ts/t/003_standby_2.pl | 28 +-
src/test/modules/test_pg_dump/t/001_base.pl | 458 ++-
src/test/perl/PostgresNode.pm | 11 +-
src/test/perl/RecursiveCopy.pm | 5 +-
src/test/perl/TestLib.pm | 1 +
src/test/recovery/t/001_stream_rep.pl | 9 +-
src/test/recovery/t/002_archiving.pl | 3 +-
src/test/recovery/t/003_recovery_targets.pl | 3 +-
src/test/recovery/t/004_timeline_switch.pl | 4 +-
src/test/recovery/t/005_replay_delay.pl | 14 +-
src/test/recovery/t/007_sync_rep.pl | 33 +-
src/tools/copyright.pl | 4 +-
src/tools/git_changelog | 42 +-
src/tools/msvc/Install.pm | 3 +-
src/tools/msvc/Mkvcbuild.pm | 22 +-
src/tools/msvc/Solution.pm | 16 +-
src/tools/msvc/build.pl | 3 +-
src/tools/msvc/config_default.pl | 2 +-
src/tools/msvc/pgflex.pl | 4 +-
src/tools/msvc/vcregress.pl | 39 +-
31 files changed, 1897 insertions(+), 2305 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-06-13 15:50:44 pgsql: Remove extraneous leading whitespace in Windows build script.
Previous Message Peter Eisentraut 2016-06-11 23:28:21 pgsql: PL/Python: Rename new keyword arguments of plpy.error() etc.