Follow-up fixes for "Make all Perl warnings fatal"
authorPeter Eisentraut <[email protected]>
Fri, 29 Dec 2023 22:54:40 +0000 (23:54 +0100)
committerPeter Eisentraut <[email protected]>
Fri, 29 Dec 2023 22:54:40 +0000 (23:54 +0100)
commit9d49837d7144e27ad8ea8918acb28f9872cb1585
treea995b9b8b789016cb87bf96798be6c6327aab2cd
parent2c321ceaa904eb2722050abd35bf4eaea434c8b5
Follow-up fixes for "Make all Perl warnings fatal"

Mostly, we need to check whether $ENV{PG_TEST_EXTRA} is set before
doing regular expression matches against it.
src/interfaces/libpq/t/004_load_balance_dns.pl
src/test/kerberos/t/001_auth.pl
src/test/ldap/t/001_auth.pl
src/test/ldap/t/002_bindpasswd.pl
src/test/modules/ldap_password_func/t/001_mutated_bindpasswd.pl
src/test/modules/xid_wraparound/t/001_emergency_vacuum.pl
src/test/modules/xid_wraparound/t/002_limits.pl
src/test/modules/xid_wraparound/t/003_wraparounds.pl
src/test/ssl/t/001_ssltests.pl
src/test/ssl/t/002_scram.pl
src/test/ssl/t/003_sslinfo.pl