Re: partial pg_regress patch from Magnus

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: partial pg_regress patch from Magnus
Дата
Msg-id 20070119141336.GD26080@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: partial pg_regress patch from Magnus  (Alvaro Herrera <alvherre@commandprompt.com>)
Ответы Re: partial pg_regress patch from Magnus  (Alvaro Herrera <alvherre@commandprompt.com>)
Список pgsql-patches
Alvaro Herrera wrote:
> Alvaro Herrera wrote:
>
> > I tested it in a VPATH and a normal build, and regression test still
> > pass.  This is mostly Magnus' code: I merely stripped out the parts
> > unrelated to this change, and reworked the code a little.  So the
> > possible bugs are likely mine.
>
> Woops, it doesn't work in VPATH :-(  Sorry, I'll fix and resubmit.
> (It only worked before because the parallel test had created the files,
> and I failed to run "make clean" between runs).

It seems the problem was only that the makefile was neglecting to add
the --srcdir argument.  It was kind of annoying that it didn't show any
warning or anything; I spent quite some time trying to figure out what
was going wrong.  I think I'll add a check that if it detects less than,
say, 5 files, throw an error message and quit.

Other than that, if I don't see objections, I'll commit it later today.

--
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] [PATCHES] [BUGS] BUG #2846: inconsistent and
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [PATCHES] COPY with no WAL, v2