]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Pre-beta mechanical code beautification, step 2: run pgperltidy.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 13 May 2026 14:37:42 +0000 (10:37 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 13 May 2026 14:37:42 +0000 (10:37 -0400)
commit736a97bddd16f0511dc62b7e4770376a34f10114
treee2a62dee62b2e00229bd7d5bc8ed6f78942652a1
parent020794ee42a3413b416898e7931a8a3a5b43e9ab
Pre-beta mechanical code beautification, step 2: run pgperltidy.

It's as opinionated as ever.
48 files changed:
contrib/auto_explain/t/001_auto_explain.pl
contrib/pg_prewarm/t/001_basic.pl
contrib/pg_stash_advice/t/001_persist.pl
src/backend/storage/lmgr/generate-lwlocknames.pl
src/bin/pg_combinebackup/t/011_ib_truncation.pl
src/bin/pg_ctl/t/001_start_stop.pl
src/bin/pg_dump/t/001_basic.pl
src/bin/pg_dump/t/002_pg_dump.pl
src/bin/pg_dump/t/005_pg_dump_filterfile.pl
src/bin/pg_upgrade/t/003_logical_slots.pl
src/bin/pg_upgrade/t/004_subscription.pl
src/bin/pg_upgrade/t/006_transfer_modes.pl
src/bin/pg_verifybackup/t/007_wal.pl
src/bin/pg_verifybackup/t/008_untar.pl
src/bin/pg_verifybackup/t/010_client_untar.pl
src/bin/pg_waldump/t/001_basic.pl
src/bin/pgbench/t/001_pgbench_with_server.pl
src/bin/psql/t/001_basic.pl
src/bin/scripts/t/020_createdb.pl
src/bin/scripts/t/100_vacuumdb.pl
src/interfaces/libpq/t/006_service.pl
src/test/authentication/t/001_password.pl
src/test/modules/libpq_pipeline/t/001_libpq_pipeline.pl
src/test/modules/ssl_passphrase_callback/t/001_testfunc.pl
src/test/modules/test_aio/t/002_io_workers.pl
src/test/modules/test_cloexec/t/001_cloexec.pl
src/test/modules/test_extensions/t/001_extension_control_path.pl
src/test/modules/test_misc/t/003_check_guc.pl
src/test/modules/test_misc/t/010_index_concurrently_upsert.pl
src/test/modules/test_misc/t/012_ddlutils.pl
src/test/modules/test_plan_advice/t/001_replan_regress.pl
src/test/modules/test_shmem/t/001_late_shmem_alloc.pl
src/test/perl/PostgreSQL/Test/AdjustUpgrade.pm
src/test/perl/PostgreSQL/Test/BackgroundPsql.pm
src/test/perl/PostgreSQL/Test/Cluster.pm
src/test/perl/PostgreSQL/Test/Utils.pm
src/test/postmaster/t/003_start_stop.pl
src/test/postmaster/t/004_negotiate.pl
src/test/recovery/t/013_crash_restart.pl
src/test/recovery/t/035_standby_logical_decoding.pl
src/test/recovery/t/040_standby_failover_slots_sync.pl
src/test/recovery/t/046_checkpoint_logical_slot.pl
src/test/recovery/t/051_effective_wal_level.pl
src/test/ssl/t/SSL/Server.pm
src/test/subscription/t/023_twophase_stream.pl
src/test/subscription/t/035_conflicts.pl
src/test/subscription/t/036_sequences.pl
src/tools/add_commit_links.pl