Remove PostgreSQL::Test::Utils::perl2host completely
authorAndrew Dunstan <andrew@dunslane.net>
Fri, 18 Feb 2022 22:00:03 +0000 (17:00 -0500)
committerAndrew Dunstan <andrew@dunslane.net>
Sun, 20 Feb 2022 16:51:45 +0000 (11:51 -0500)
commit95d981338b241ce1d1b2346cfe2df509bb7243ca
treec5c4b5427d119aaa8550ee4a41b7bb08c5ab8a32
parentcf12541f2bd5fd34425ecbb99f056a30ca5b7cae
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
17 files changed:
src/bin/pg_basebackup/t/010_pg_basebackup.pl
src/bin/pg_checksums/t/002_actions.pl
src/bin/pg_verifybackup/t/003_corruption.pl
src/bin/pg_verifybackup/t/008_untar.pl
src/bin/pgbench/t/001_pgbench_with_server.pl
src/bin/scripts/t/090_reindexdb.pl
src/test/modules/test_misc/t/002_tablespace.pl
src/test/perl/PostgreSQL/Test/Cluster.pm
src/test/perl/PostgreSQL/Test/Utils.pm
src/test/recovery/t/014_unlogged_reinit.pl
src/test/recovery/t/017_shm.pl
src/test/recovery/t/018_wal_optimize.pl
src/test/recovery/t/025_stuck_on_old_timeline.pl
src/test/recovery/t/027_stream_regress.pl
src/test/ssl/t/001_ssltests.pl
src/test/ssl/t/002_scram.pl
src/test/ssl/t/003_sslinfo.pl