Pre-beta mechanical code beautification, step 2: run pgperltidy.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 736a97bddd16f0511dc62b7e4770376a34f10114
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2026-05-13T14:37:42Z
Pre-beta mechanical code beautification, step 2: run pgperltidy.

It's as opinionated as ever.

Files

PathChange+/−
contrib/auto_explain/t/001_auto_explain.pl modified +1 −3
contrib/pg_prewarm/t/001_basic.pl modified +20 −18
contrib/pg_stash_advice/t/001_persist.pl modified +20 −12
src/backend/storage/lmgr/generate-lwlocknames.pl modified +1 −2
src/bin/pgbench/t/001_pgbench_with_server.pl modified +4 −9
src/bin/pg_combinebackup/t/011_ib_truncation.pl modified +7 −6
src/bin/pg_ctl/t/001_start_stop.pl modified +6 −1
src/bin/pg_dump/t/001_basic.pl modified +2 −1
src/bin/pg_dump/t/002_pg_dump.pl modified +1 −1
src/bin/pg_dump/t/005_pg_dump_filterfile.pl modified +1 −2
src/bin/pg_upgrade/t/003_logical_slots.pl modified +2 −4
src/bin/pg_upgrade/t/004_subscription.pl modified +2 −1
src/bin/pg_upgrade/t/006_transfer_modes.pl modified +20 −10
src/bin/pg_verifybackup/t/007_wal.pl modified +1 −2
src/bin/pg_verifybackup/t/008_untar.pl modified +1 −3
src/bin/pg_verifybackup/t/010_client_untar.pl modified +1 −3
src/bin/pg_waldump/t/001_basic.pl modified +31 −20
src/bin/psql/t/001_basic.pl modified +3 −1
src/bin/scripts/t/020_createdb.pl modified +6 −8
src/bin/scripts/t/100_vacuumdb.pl modified +9 −11
src/interfaces/libpq/t/006_service.pl modified +1 −2
src/test/authentication/t/001_password.pl modified +18 −23
src/test/modules/libpq_pipeline/t/001_libpq_pipeline.pl modified +1 −2
src/test/modules/ssl_passphrase_callback/t/001_testfunc.pl modified +2 −1
src/test/modules/test_aio/t/002_io_workers.pl modified +5 −4
src/test/modules/test_cloexec/t/001_cloexec.pl modified +2 −2
src/test/modules/test_extensions/t/001_extension_control_path.pl modified +10 −5
src/test/modules/test_misc/t/003_check_guc.pl modified +2 −1
src/test/modules/test_misc/t/010_index_concurrently_upsert.pl modified +3 −1
src/test/modules/test_misc/t/012_ddlutils.pl modified +86 −45
src/test/modules/test_plan_advice/t/001_replan_regress.pl modified +4 −2
src/test/modules/test_shmem/t/001_late_shmem_alloc.pl modified +20 −9
src/test/perl/PostgreSQL/Test/AdjustUpgrade.pm modified +9 −3
src/test/perl/PostgreSQL/Test/BackgroundPsql.pm modified +4 −2
src/test/perl/PostgreSQL/Test/Cluster.pm modified +5 −4
src/test/perl/PostgreSQL/Test/Utils.pm modified +3 −3
src/test/postmaster/t/003_start_stop.pl modified +2 −1
src/test/postmaster/t/004_negotiate.pl modified +3 −5
src/test/recovery/t/013_crash_restart.pl modified +4 −2
src/test/recovery/t/035_standby_logical_decoding.pl modified +4 −2
src/test/recovery/t/040_standby_failover_slots_sync.pl modified +10 −6
src/test/recovery/t/046_checkpoint_logical_slot.pl modified +10 −9
src/test/recovery/t/051_effective_wal_level.pl modified +2 −1
src/test/ssl/t/SSL/Server.pm modified +1 −2
src/test/subscription/t/023_twophase_stream.pl modified +2 −4
src/test/subscription/t/035_conflicts.pl modified +24 −28
src/test/subscription/t/036_sequences.pl modified +3 −6
src/tools/add_commit_links.pl modified +1 −1