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

From Greg Stark
Subject Re: [HACKERS] WIP patch for avoiding duplicate initdb runs during "make check"
Date
Msg-id CAM-w4HN_4gKcRBAJ__oQid6mAT2KGkqPaEJ0oWdWTjCn9J0Xew@mail.gmail.com
Whole thread Raw
In response to [HACKERS] WIP patch for avoiding duplicate initdb runs during "make check"  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: [HACKERS] WIP patch for avoiding duplicate initdb runs during"make check"
List pgsql-hackers
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.

-- 
greg



pgsql-hackers by date:

Previous
From: Marina Polyakova
Date:
Subject: Re: [HACKERS] WIP Patch: Pgbench Serialization and deadlock errors
Next
From: Amit Kapila
Date:
Subject: Re: [HACKERS] Speed up Clog Access by increasing CLOG buffers