Pre-beta mechanical code beautification, step 2: run pgperltidy. It's as opinionated as ever.
Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/736a97bddd16f0511dc62b7e4770376a34f10114 Modified Files -------------- contrib/auto_explain/t/001_auto_explain.pl | 4 +- contrib/pg_prewarm/t/001_basic.pl | 38 +++--- contrib/pg_stash_advice/t/001_persist.pl | 32 +++-- src/backend/storage/lmgr/generate-lwlocknames.pl | 3 +- src/bin/pg_combinebackup/t/011_ib_truncation.pl | 13 +- src/bin/pg_ctl/t/001_start_stop.pl | 7 +- src/bin/pg_dump/t/001_basic.pl | 3 +- src/bin/pg_dump/t/002_pg_dump.pl | 2 +- src/bin/pg_dump/t/005_pg_dump_filterfile.pl | 3 +- src/bin/pg_upgrade/t/003_logical_slots.pl | 6 +- src/bin/pg_upgrade/t/004_subscription.pl | 3 +- src/bin/pg_upgrade/t/006_transfer_modes.pl | 30 +++-- src/bin/pg_verifybackup/t/007_wal.pl | 3 +- src/bin/pg_verifybackup/t/008_untar.pl | 4 +- src/bin/pg_verifybackup/t/010_client_untar.pl | 4 +- src/bin/pg_waldump/t/001_basic.pl | 51 ++++---- src/bin/pgbench/t/001_pgbench_with_server.pl | 13 +- src/bin/psql/t/001_basic.pl | 4 +- src/bin/scripts/t/020_createdb.pl | 14 +-- src/bin/scripts/t/100_vacuumdb.pl | 20 ++-- src/interfaces/libpq/t/006_service.pl | 3 +- src/test/authentication/t/001_password.pl | 41 +++---- .../modules/libpq_pipeline/t/001_libpq_pipeline.pl | 3 +- .../ssl_passphrase_callback/t/001_testfunc.pl | 3 +- src/test/modules/test_aio/t/002_io_workers.pl | 9 +- src/test/modules/test_cloexec/t/001_cloexec.pl | 4 +- .../t/001_extension_control_path.pl | 15 ++- src/test/modules/test_misc/t/003_check_guc.pl | 3 +- .../test_misc/t/010_index_concurrently_upsert.pl | 4 +- src/test/modules/test_misc/t/012_ddlutils.pl | 131 ++++++++++++++------- .../test_plan_advice/t/001_replan_regress.pl | 6 +- .../modules/test_shmem/t/001_late_shmem_alloc.pl | 29 +++-- src/test/perl/PostgreSQL/Test/AdjustUpgrade.pm | 12 +- src/test/perl/PostgreSQL/Test/BackgroundPsql.pm | 6 +- src/test/perl/PostgreSQL/Test/Cluster.pm | 9 +- src/test/perl/PostgreSQL/Test/Utils.pm | 6 +- src/test/postmaster/t/003_start_stop.pl | 3 +- src/test/postmaster/t/004_negotiate.pl | 8 +- src/test/recovery/t/013_crash_restart.pl | 6 +- .../recovery/t/035_standby_logical_decoding.pl | 6 +- .../recovery/t/040_standby_failover_slots_sync.pl | 16 ++- src/test/recovery/t/046_checkpoint_logical_slot.pl | 19 +-- src/test/recovery/t/051_effective_wal_level.pl | 3 +- src/test/ssl/t/SSL/Server.pm | 3 +- src/test/subscription/t/023_twophase_stream.pl | 6 +- src/test/subscription/t/035_conflicts.pl | 52 ++++---- src/test/subscription/t/036_sequences.pl | 9 +- src/tools/add_commit_links.pl | 2 +- 48 files changed, 380 insertions(+), 294 deletions(-)
