pgsql: As a stopgap to get the Windows buildfarm members running again,

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: As a stopgap to get the Windows buildfarm members running again,
Дата
Msg-id 20060720162530.9ACC19FB38E@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
As a stopgap to get the Windows buildfarm members running again, hot-wire
the check on diff's exit status to check for literally 0 or 1.  Someone
should look into why WIFEXITED/WEXITSTATUS don't work for this, but I've
spent more than enough time on it already.

Modified Files:
--------------
    pgsql/src/test/regress:
        pg_regress.c (r1.9 -> r1.10)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/pg_regress.c.diff?r1=1.9&r2=1.10)

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

Предыдущее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Update documentation on GRANT SCEMA USAGE, again.
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Ah, I finally realize why Magnus wanted to add a --bindir option