postgresql/src/bin
Andrew Dunstan 35361ee788 Restrict vertical tightness to parentheses in Perl code
The vertical tightness settings collapse vertical whitespace between
opening and closing brackets (parentheses, square brakets and braces).
This can make data structures in particular harder to read, and is not
very consistent with our style in non-Perl code. This patch restricts
that setting to parentheses only, and reformats all the perl code
accordingly. Not applying this to parentheses has some unfortunate
effects, so the consensus is to keep the setting for parentheses and not
for the others.

The diff for this patch does highlight some places where structures
should have trailing commas. They can be added manually, as there is no
automatic tool to do so.

Discussion: https://postgr.es/m/a2f2b87c-56be-c070-bfc0-36288b4b41c1@2ndQuadrant.com
2018-05-09 10:14:46 -04:00
..
initdb Improve initdb's query for generating default descriptions a little. 2018-05-08 15:59:05 -04:00
pg_archivecleanup Restrict vertical tightness to parentheses in Perl code 2018-05-09 10:14:46 -04:00
pg_basebackup Restrict vertical tightness to parentheses in Perl code 2018-05-09 10:14:46 -04:00
pg_config Update copyright for 2018 2018-01-02 23:30:12 -05:00
pg_controldata Restrict vertical tightness to parentheses in Perl code 2018-05-09 10:14:46 -04:00
pg_ctl Restrict vertical tightness to parentheses in Perl code 2018-05-09 10:14:46 -04:00
pg_dump Restrict vertical tightness to parentheses in Perl code 2018-05-09 10:14:46 -04:00
pg_resetwal Restrict vertical tightness to parentheses in Perl code 2018-05-09 10:14:46 -04:00
pg_rewind Restrict vertical tightness to parentheses in Perl code 2018-05-09 10:14:46 -04:00
pg_test_fsync Make WAL segment size configurable at initdb time. 2017-09-19 22:03:48 -07:00
pg_test_timing pg_test_timing: Some NLS fixes 2017-08-26 09:25:19 -04:00
pg_upgrade Allow MSYS as well as MINGW in Msys uname 2018-05-04 14:59:36 -04:00
pg_verify_checksums Don't attempt to verify checksums on new pages 2018-04-15 14:05:56 +02:00
pg_waldump Update copyright for 2018 2018-01-02 23:30:12 -05:00
pgbench Restrict vertical tightness to parentheses in Perl code 2018-05-09 10:14:46 -04:00
pgevent Update copyright for 2018 2018-01-02 23:30:12 -05:00
psql Restrict vertical tightness to parentheses in Perl code 2018-05-09 10:14:46 -04:00
scripts Improve inefficient regexes in vacuumdb TAP test. 2018-05-08 20:17:43 -04:00
Makefile Allow on-line enabling and disabling of data checksums 2018-04-05 22:04:48 +02:00