From: | Joe Conway <mail(at)joeconway(dot)com> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Run pgperltidy |
Date: | 2025-06-30 01:15:43 |
Message-ID: | E1uW37X-003xfz-11@gemulon.postgresql.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Run pgperltidy
This is required before the creation of a new branch. pgindent is
clean, as well as is reformat-dat-files.
perltidy version is v20230309, as documented in pgindent's README.
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/0ebd24255581837f9a5b189ef15147b769df116b
Modified Files
--------------
contrib/amcheck/t/006_verify_gin.pl | 97 +++++++++-------------
src/bin/initdb/t/001_initdb.pl | 3 +-
src/bin/pg_basebackup/t/030_pg_recvlogical.pl | 3 +-
src/bin/pg_combinebackup/t/010_hardlink.pl | 92 ++++++++++----------
src/bin/pg_dump/t/001_basic.pl | 9 +-
src/bin/pg_dump/t/002_pg_dump.pl | 5 +-
src/bin/pg_dump/t/006_pg_dumpall.pl | 53 +++++++-----
src/bin/pg_rewind/t/RewindTest.pm | 2 +-
src/bin/pg_upgrade/t/004_subscription.pl | 6 +-
src/bin/pg_upgrade/t/006_transfer_modes.pl | 28 +++++--
src/bin/scripts/t/100_vacuumdb.pl | 79 ++++++++++++++----
src/include/catalog/pg_collation.dat | 3 +-
src/include/catalog/pg_proc.dat | 93 ++++++++++-----------
src/test/authentication/t/001_password.pl | 23 ++---
.../modules/libpq_pipeline/t/001_libpq_pipeline.pl | 6 +-
src/test/modules/test_aio/t/001_aio.pl | 46 ++++++----
src/test/postmaster/t/002_connection_limits.pl | 3 +-
.../recovery/t/040_standby_failover_slots_sync.pl | 3 +-
src/test/recovery/t/048_vacuum_horizon_floor.pl | 54 +++++++-----
src/test/ssl/t/SSL/Server.pm | 3 +-
src/test/subscription/t/007_ddl.pl | 35 +++++---
src/test/subscription/t/013_partition.pl | 3 +-
src/test/subscription/t/024_add_drop_pub.pl | 14 ++--
src/test/subscription/t/035_conflicts.pl | 3 +-
24 files changed, 369 insertions(+), 297 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Joe Conway | 2025-06-30 01:44:21 | pgsql: Do pre-release housekeeping on catalog data. |
Previous Message | Tom Lane | 2025-06-29 19:04:41 | pgsql: Fix some new issues with planning of PlaceHolderVars. |