Re: [HACKERS] pg_regress breaks on msys

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [HACKERS] pg_regress breaks on msys
Дата
Msg-id 155.1154114987@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] pg_regress breaks on msys  (Bruce Momjian <bruce@momjian.us>)
Ответы Re: [HACKERS] pg_regress breaks on msys  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-patches
Bruce Momjian <bruce@momjian.us> writes:
> *** src/test/regress/pg_regress.c    27 Jul 2006 15:37:19 -0000    1.16
> --- src/test/regress/pg_regress.c    28 Jul 2006 19:01:12 -0000
> ***************
> *** 813,823 ****
>        * work for inspecting the results of system().  For the moment,
>        * hard-wire the check on Windows.
>        */
> - #ifndef WIN32
>       if (!WIFEXITED(r) || WEXITSTATUS(r) > 1)
> - #else
> -     if (r != 0 && r != 1)
> - #endif
>       {
>           fprintf(stderr, _("diff command failed with status %d: %s\n"), r, cmd);
>           exit_nicely(2);

Um, please also remove the comment just above that.

            regards, tom lane

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] pg_regress breaks on msys
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] pg_regress breaks on msys