Re: Make more portable TAP tests of initdb

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: Noah Misch <noah(at)leadboat(dot)com>
Cc: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>, "David E(dot) Wheeler" <david(at)justatheory(dot)com>, PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Make more portable TAP tests of initdb
Date: 2015-04-15 05:59:55
Message-ID: CAB7nPqQqzjSHxnCPYCO5vr2dmELt8DqedETqRZmj7TMNqb5Bkg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
20150415_initdb_tap_portable_v2.patch text/x-diff 1.5 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Abhijit Menon-Sen 2015-04-15 06:10:34 Re: initdb -S and tablespaces
Previous Message Noah Misch 2015-04-15 05:38:42 Re: Make more portable TAP tests of initdb