pgsql: Remove PostgreSQL::Test::Utils::perl2host completely
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: /messages/by-id/0ba775a2-8aa0-0d56-d780-69427cf6f33d@dunslane.net
Discussion: /messages/by-id/20220125023609.5ohu3nslxgoygihl@alap3.anarazel.de
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/95d981338b241ce1d1b2346cfe2df509bb7243ca
Modified Files
--------------
src/bin/pg_basebackup/t/010_pg_basebackup.pl | 18 ++++----
src/bin/pg_checksums/t/002_actions.pl | 1 -
src/bin/pg_verifybackup/t/003_corruption.pl | 4 +-
src/bin/pg_verifybackup/t/008_untar.pl | 3 +-
src/bin/pgbench/t/001_pgbench_with_server.pl | 4 +-
src/bin/scripts/t/090_reindexdb.pl | 1 -
src/test/modules/test_misc/t/002_tablespace.pl | 4 +-
src/test/perl/PostgreSQL/Test/Cluster.pm | 4 +-
src/test/perl/PostgreSQL/Test/Utils.pm | 58 ------------------------
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 +-
src/test/recovery/t/027_stream_regress.pl | 4 +-
src/test/ssl/t/001_ssltests.pl | 4 +-
src/test/ssl/t/002_scram.pl | 2 +-
src/test/ssl/t/003_sslinfo.pl | 2 +-
17 files changed, 25 insertions(+), 94 deletions(-)