pgsql: Disable perl2host() processing in TAP tests

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Disable perl2host() processing in TAP tests
Date: 2022-02-17 15:04:12
Message-ID: E1nKiKK-0006AD-C6@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Disable perl2host() processing in TAP tests

This is a preliminary step towards removing it altogether, but this lets
us double check that nothing breaks in the buildfarm before we do.

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

Branch
------
master

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

Modified Files
--------------
src/test/perl/PostgreSQL/Test/Utils.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2022-02-17 15:58:33 pgsql: Add missing binary-upgrade guard.
Previous Message Andres Freund 2022-02-17 06:50:56 pgsql: plpython: Reject Python 2 during build configuration.