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-comments |
Date: | 2018-04-27 16:00:08 |
Message-ID: | E1fC5n6-00021S-Np@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
perltidy: Add option --nooutdent-long-comments
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/76ece169746f50652771a9fa9adc66d207e9d6f7
Modified Files
--------------
src/backend/utils/Gen_dummy_probes.pl | 10 ++--
src/backend/utils/mb/Unicode/UCS_to_BIG5.pl | 6 +--
src/backend/utils/mb/Unicode/convutils.pm | 4 +-
src/bin/pg_basebackup/t/010_pg_basebackup.pl | 8 ++--
src/bin/pg_dump/t/002_pg_dump.pl | 2 +-
src/bin/pgbench/t/001_pgbench_with_server.pl | 2 +-
src/interfaces/ecpg/preproc/parse.pl | 34 +++++++-------
src/pl/plperl/plperl_opmask.pl | 10 ++--
src/test/modules/test_pg_dump/t/001_base.pl | 4 +-
src/test/perl/PostgresNode.pm | 12 ++---
src/test/recovery/t/006_logical_decoding.pl | 2 +-
src/test/recovery/t/011_crash_recovery.pl | 2 +-
src/test/ssl/ServerSetup.pm | 10 ++--
src/tools/msvc/Mkvcbuild.pm | 16 +++----
src/tools/msvc/Project.pm | 8 ++--
src/tools/msvc/VSObjectFactory.pm | 6 +--
src/tools/msvc/gendef.pl | 68 ++++++++++++++--------------
src/tools/pgindent/perltidyrc | 1 +
18 files changed, 103 insertions(+), 102 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 |