Re: Make more portable TAP tests of initdb - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Make more portable TAP tests of initdb
Date
Msg-id CAB7nPqQqzjSHxnCPYCO5vr2dmELt8DqedETqRZmj7TMNqb5Bkg@mail.gmail.com
Whole thread Raw
In response to Re: Make more portable TAP tests of initdb  (Noah Misch <noah@leadboat.com>)
Responses Re: Make more portable TAP tests of initdb
List pgsql-hackers
On Wed, Apr 15, 2015 at 2:38 PM, Noah Misch wrote:
> Solaris 10 ships Perl 5.8.4, and RHEL 5.11 ships Perl 5.8.8.  Therefore, Perl
> installations lacking this File::Path feature will receive vendor support for
> years to come.  Replacing the use of keep_root with rmtree+mkdir will add 2-10
> lines of code, right?  Let's do that and not raise the system requirements.

Good point. Let's use mkdir in combination then. Attached is an updated patch.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Noah Misch
Date:
Subject: Re: Make more portable TAP tests of initdb
Next
From: Abhijit Menon-Sen
Date:
Subject: Re: initdb -S and tablespaces