pgsql: Don't use native methods in TestLib::slurp_file on Msys

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Don't use native methods in TestLib::slurp_file on Msys
Date: 2019-11-27 20:49:00
Message-ID: E1ia4FA-0002Kh-1v@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Don't use native methods in TestLib::slurp_file on Msys

Commit 114541d58e has upset some buildfarm members running Msys, that
weren't previously having problems, so the use of native Windows methods
to open files is restricted by this patch to only MSVC builds.

Branch
------
master

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2019-11-28 01:25:01 pgsql: pg_upgrade: improve instructions for fixing incompatible isn use
Previous Message Andrew Dunstan 2019-11-27 20:35:47 Re: pgsql: Use native methods to open input in TestLib::slurp_file on Windo