Re: WIP patch for avoiding duplicate initdb runs during "make check"

From: Greg Stark <stark(at)mit(dot)edu>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: WIP patch for avoiding duplicate initdb runs during "make check"
Date: 2017-07-03 12:25:13
Message-ID: CAM-w4HN_4gKcRBAJ__oQid6mAT2KGkqPaEJ0oWdWTjCn9J0Xew@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2 July 2017 at 18:33, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Kapila 2017-07-03 12:45:47 Re: Speed up Clog Access by increasing CLOG buffers
Previous Message Marina Polyakova 2017-07-03 12:07:11 Re: WIP Patch: Pgbench Serialization and deadlock errors