pgsql: Use native methods to open input in TestLib::slurp_file on Windo

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Use native methods to open input in TestLib::slurp_file on Windo
Date: 2020-12-15 15:53:48
Message-ID: E1kpCe4-0000GY-NI@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Use native methods to open input in TestLib::slurp_file on Windows.

This is a backport of commits 114541d58e and 6f59826f0 to the remaining
live branches.

Branch
------
REL9_5_STABLE

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

Modified Files
--------------
src/test/perl/TestLib.pm | 34 +++++++++++++++++++++++++++++-----
1 file changed, 29 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2020-12-15 16:39:14 pgsql: Improve hash_create()'s API for some added robustness.
Previous Message Jeff Davis 2020-12-15 07:50:35 pgsql: Revert "Cannot use WL_SOCKET_WRITEABLE without WL_SOCKET_READABL