Re: [HACKERS] WIP patch for avoiding duplicate initdb runs during"make check" - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: [HACKERS] WIP patch for avoiding duplicate initdb runs during"make check"
Date
Msg-id CAB7nPqS4kDQDc_2G-32udyQTEX=hFgSWQYygMxY83hyrMExDVQ@mail.gmail.com
Whole thread Raw
In response to Re: [HACKERS] WIP patch for avoiding duplicate initdb runs during "make check"  (Greg Stark <stark@mit.edu>)
Responses Re: [HACKERS] WIP patch for avoiding duplicate initdb runs during "make check"
List pgsql-hackers
On Mon, Jul 3, 2017 at 9:25 PM, Greg Stark <stark@mit.edu> wrote:
> On 2 July 2017 at 18:33, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> system("cp -a ...") call in favor of something more portable.
>
> If we're ok with using Perl there's File::Copy::Recursive::dircopy()
> which does exactly that.

This stuff needs to support perl down to 5.8.0, and that's a reason
behind having src/test/perl/RecursiveCopy.pm. So I would suggest just
to use that. cp is not portable on Windows as well, that's a recipe
for non-portable code there.
-- 
Michael



pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: [HACKERS] Error-like LOG when connecting with SSL for password authentication
Next
From: Fabien COELHO
Date:
Subject: Re: [HACKERS] WIP Patch: Pgbench Serialization and deadlock errors