Re: improving speed of make check-world

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: improving speed of make check-world
Дата
Msg-id CAB7nPqSAYcJ-OTVrNBnhPQJzGbZ1JcUUgv8WAm3Ng=kU=1f2fg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: improving speed of make check-world  (Michael Paquier <michael.paquier@gmail.com>)
Ответы Re: improving speed of make check-world  (Peter Eisentraut <peter_e@gmx.net>)
Список 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

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: improving speed of make check-world
Следующее
От: Ashutosh Bapat
Дата:
Сообщение: Re: EvalPlanQual behaves oddly for FDW queries involving system columns