Re: improving speed of make check-world - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: improving speed of make check-world
Date
Msg-id CAB7nPqSAYcJ-OTVrNBnhPQJzGbZ1JcUUgv8WAm3Ng=kU=1f2fg@mail.gmail.com
Whole thread Raw
In response to Re: improving speed of make check-world  (Michael Paquier <michael.paquier@gmail.com>)
Responses Re: improving speed of make check-world  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
On Sun, Mar 8, 2015 at 10:46 PM, Michael Paquier
<michael.paquier@gmail.com> wrote:
> Speaking of which, attached is a patch rewritten in-line with those
> comments, simplifying a bit the whole at the same time. Note this
> patch changes ecpgcheck as it should be patched, but as ecpgcheck test
> is broken even on HEAD, I'll raise a separate thread about that with a
> proper fix (for example bowerbird skips this test).

Correction: HEAD is fine, but previous patch was broken because it
tried to use --top-builddir. Also for ecpgcheck it looks that tricking
PATH is needed to avoid dll loading errors related to libecpg.dll and
libecpg_compat.dll. Updated patch is attached.

Bonus track: pg_regress.c is missing the description of --bindir in help().
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: improving speed of make check-world
Next
From: Ashutosh Bapat
Date:
Subject: Re: EvalPlanQual behaves oddly for FDW queries involving system columns