pgsql: Revert "Close stdin where it's not needed in TestLib.pm procedur - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Revert "Close stdin where it's not needed in TestLib.pm procedur
Date
Msg-id E1iZwME-0000E6-4w@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Revert "Close stdin where it's not needed in TestLib.pm procedures"

This reverts commits 9af34f3c6b and 792dba73c8.

The code has been found not to be portable.

Discussion: https://postgr.es/m/2658c496-f885-02db-13bb-228423782524@2ndQuadrant.com

Branch
------
master

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

Modified Files
--------------
src/test/perl/TestLib.pm | 49 +++++++++++-------------------------------------
1 file changed, 11 insertions(+), 38 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Move configure --disable-float8-byval to pg_config_manual.h
Next
From: Andrew Dunstan
Date:
Subject: Re: pgsql: Use native methods to open input in TestLib::slurp_file onWindo