From: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: perltidy: Add option --nooutdent-long-quotes |
Date: | 2018-04-27 16:00:08 |
Message-ID: | E1fC5n6-00021R-Nh@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
perltidy: Add option --nooutdent-long-quotes
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/d4f16d50713077e69f8833df6b99d1eab0be1c33
Modified Files
--------------
contrib/bloom/t/001_wal.pl | 6 +-
src/backend/parser/check_keywords.pl | 6 +-
src/backend/storage/lmgr/generate-lwlocknames.pl | 2 +-
src/backend/utils/Gen_dummy_probes.pl | 10 +--
src/backend/utils/Gen_fmgrtab.pl | 8 +--
src/backend/utils/mb/Unicode/convutils.pm | 8 +--
src/bin/pg_basebackup/t/010_pg_basebackup.pl | 10 +--
src/bin/pg_controldata/t/001_pg_controldata.pl | 3 +-
src/bin/pg_dump/t/001_basic.pl | 35 ++++-----
src/bin/pg_dump/t/002_pg_dump.pl | 84 +++++++++++-----------
src/bin/pg_resetwal/t/002_corrupted.pl | 6 +-
src/bin/pg_rewind/t/001_basic.pl | 4 +-
src/bin/pg_rewind/t/003_extrafiles.pl | 3 +-
src/bin/pgbench/t/001_pgbench_with_server.pl | 16 ++---
src/bin/pgbench/t/002_pgbench_no_server.pl | 3 +-
src/bin/scripts/t/010_clusterdb.pl | 2 +-
src/bin/scripts/t/040_createuser.pl | 8 +--
src/bin/scripts/t/102_vacuumdb_stages.pl | 4 +-
src/interfaces/ecpg/preproc/check_rules.pl | 2 +-
src/interfaces/ecpg/preproc/parse.pl | 4 +-
src/test/authentication/t/001_password.pl | 5 +-
src/test/ldap/t/001_auth.pl | 20 +++---
src/test/modules/brin/t/01_workitems.pl | 6 +-
src/test/modules/commit_ts/t/001_base.pl | 6 +-
src/test/modules/commit_ts/t/002_standby.pl | 6 +-
src/test/modules/commit_ts/t/003_standby_2.pl | 4 +-
src/test/modules/test_pg_dump/t/001_base.pl | 8 +--
src/test/perl/PostgresNode.pm | 16 ++---
src/test/recovery/t/001_stream_rep.pl | 4 +-
src/test/recovery/t/006_logical_decoding.pl | 21 +++---
src/test/recovery/t/007_sync_rep.pl | 2 +-
.../recovery/t/010_logical_decoding_timelines.pl | 13 ++--
src/test/recovery/t/012_subtransactions.pl | 4 +-
src/test/recovery/t/013_crash_restart.pl | 11 +--
src/test/ssl/ServerSetup.pm | 14 ++--
src/test/ssl/t/001_ssltests.pl | 47 ++++++------
src/test/ssl/t/002_scram.pl | 2 +-
src/test/subscription/t/001_rep_changes.pl | 20 +++---
src/test/subscription/t/002_types.pl | 4 +-
src/test/subscription/t/003_constraints.pl | 6 +-
src/test/subscription/t/004_sync.pl | 12 ++--
src/test/subscription/t/005_encoding.pl | 4 +-
src/test/subscription/t/006_rewrite.pl | 4 +-
src/test/subscription/t/007_ddl.pl | 2 +-
src/test/subscription/t/008_diff_schema.pl | 8 +--
src/test/subscription/t/009_matviews.pl | 2 +-
src/test/subscription/t/010_truncate.pl | 8 +--
src/tools/check_bison_recursion.pl | 2 +-
src/tools/fix-old-flex-code.pl | 2 +-
src/tools/git_changelog | 2 +-
src/tools/msvc/Install.pm | 12 ++--
src/tools/msvc/MSBuildProject.pm | 4 +-
src/tools/msvc/Mkvcbuild.pm | 2 +-
src/tools/msvc/Solution.pm | 16 ++---
src/tools/msvc/VCBuildProject.pm | 14 ++--
src/tools/msvc/VSObjectFactory.pm | 8 +--
src/tools/msvc/build.pl | 5 +-
src/tools/msvc/builddoc.pl | 2 +-
src/tools/msvc/vcregress.pl | 2 +-
src/tools/pginclude/pgcheckdefines | 2 +-
src/tools/pgindent/perltidyrc | 1 +
src/tools/pgindent/pgindent | 6 +-
src/tools/version_stamp.pl | 14 ++--
src/tools/win32tzlist.pl | 4 +-
64 files changed, 294 insertions(+), 287 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2018-04-27 17:42:08 | pgsql: Adjust hints and docs to suggest CREATE EXTENSION not CREATE LAN |
Previous Message | Heikki Linnakangas | 2018-04-27 06:35:27 | pgsql: Remove outdated comment on how to set logtape's read buffer size |