pgsql: Remove PostgreSQL::Test::Utils::perl2host completely

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove PostgreSQL::Test::Utils::perl2host completely
Date: 2022-02-20 16:53:00
Message-ID: E1nLpSG-0006mN-3E@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove PostgreSQL::Test::Utils::perl2host completely

Commit f1ac4a74de disabled this processing, and as nothing has broken (as
expected) here we proceed to remove the routine and adjust all the call
sites.

Backpatch to release 10

Discussion: https://postgr.es/m/0ba775a2-8aa0-0d56-d780-69427cf6f33d@dunslane.net
Discussion: https://postgr.es/m/20220125023609.5ohu3nslxgoygihl@alap3.anarazel.de

Branch
------
REL_13_STABLE

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

Modified Files
--------------
src/bin/pg_checksums/t/002_actions.pl | 1 -
src/bin/pg_verifybackup/t/003_corruption.pl | 4 +--
src/bin/pgbench/t/001_pgbench_with_server.pl | 4 +--
src/test/perl/PostgresNode.pm | 4 +--
src/test/perl/TestLib.pm | 35 ------------------------
src/test/recovery/t/014_unlogged_reinit.pl | 4 +--
src/test/recovery/t/017_shm.pl | 2 +-
src/test/recovery/t/018_wal_optimize.pl | 2 --
src/test/recovery/t/025_stuck_on_old_timeline.pl | 2 +-
9 files changed, 8 insertions(+), 50 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2022-02-20 20:02:47 pgsql: Reset conn->errorReported when PQrequestCancel sets errorMessage
Previous Message Heikki Linnakangas 2022-02-20 16:46:49 pgsql: Fix uninitialized variable.