pgsql: Improve msys2 detection for TAP tests

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Improve msys2 detection for TAP tests
Date: 2022-01-27 13:27:24
Message-ID: E1nD4o8-0001Xe-2Y@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Improve msys2 detection for TAP tests

Perl instances on some msys toolchains (e.g. UCRT64) have their
configured osname set to 'MSWin32' rather than 'msys'. The test for
the msys2 platform is adjusted accordingly.

Backpatch to release 14.

Branch
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/999dc1d2650883b817ea6d4e393ca8ba84a8687d

Modified Files
--------------
src/test/perl/TestLib.pm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2022-01-27 13:28:20 pgsql: Improve msys2 detection for TAP tests
Previous Message Peter Eisentraut 2022-01-27 08:26:12 pgsql: psql: Add tab completion for ALTER COLLATION / REFRESH VERSION