pgsql: Use native methods to open input in TestLib::slurp_file on Windo - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Use native methods to open input in TestLib::slurp_file on Windo
Date
Msg-id E1iZ1h5-0000qS-1f@gemulon.postgresql.org
Whole thread Raw
Responses Re: pgsql: Use native methods to open input in TestLib::slurp_fileon Windo  (Michael Paquier <michael@paquier.xyz>)
List pgsql-committers
Use native methods to open input in TestLib::slurp_file on Windows.

It is hoped that this will avoid some errors that we have seen before,
but lately with greater frequency, in buildfarm animals.

For now apply only to master. If this proves effective it can be
backpatched.

Discussion: https://postgr.es/m/13900.1572839580@sss.pgh.pa.us

Author: Juan José Santamaría Flecha

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/114541d58e5970e51b78b77b65de16210beaab43

Modified Files
--------------
src/test/perl/TestLib.pm | 27 +++++++++++++++++++++++----
1 file changed, 23 insertions(+), 4 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Doc: improve discussion of race conditions involved in LISTEN.
Next
From: Michael Paquier
Date:
Subject: pgsql: Refactor reloption handling for index AMs in-core