pgsql: Run perltidy

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Run perltidy
Date: 2025-01-22 01:16:42
Message-ID: E1taPMI-002p9U-2m@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Run perltidy

A follow-up patch will adjust the TAP tests to follow a more-structured
format for option lists in commands, that perltidy is able to cope
better with. Putting the tree first in a clean state makes the next
change a bit easier. v20230309 has been used.

Author: Dagfinn Ilmari Mannsåker
Discussion: https://postgr.es/m/87jzc46d8u.fsf@wibble.ilmari.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/be31ac25191b26a8a1db345a727545959654f4cb

Modified Files
--------------
src/bin/pg_basebackup/t/010_pg_basebackup.pl | 2 +-
src/bin/pg_combinebackup/t/008_promote.pl | 11 +++++++----
src/bin/pg_combinebackup/t/009_no_full_file.pl | 8 +++-----
src/bin/pg_verifybackup/t/002_algorithm.pl | 6 ++++--
src/bin/pg_verifybackup/t/003_corruption.pl | 23 +++++++++++++---------
src/bin/pg_verifybackup/t/004_options.pl | 3 +--
src/bin/pg_verifybackup/t/008_untar.pl | 12 ++++++-----
src/bin/pg_verifybackup/t/010_client_untar.pl | 2 +-
src/test/perl/PostgreSQL/Test/Cluster.pm | 3 ++-
.../recovery/t/035_standby_logical_decoding.pl | 14 +++++++------
.../recovery/t/040_standby_failover_slots_sync.pl | 6 ++++--
src/test/ssl/t/SSL/Server.pm | 3 ++-
src/tools/add_commit_links.pl | 13 ++++++------
src/tools/pg_bsd_indent/t/001_pg_bsd_indent.pl | 3 ++-
14 files changed, 63 insertions(+), 46 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2025-01-22 05:34:31 pgsql: Doc: Update the interaction of tablesync with wal_retrieve_retry
Previous Message Tom Lane 2025-01-21 19:43:27 pgsql: Doc: simplify the tutorial's window-function examples.