pgsql: Fix pg_regress.c to report tests in a parallel group when they

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Fix pg_regress.c to report tests in a parallel group when they
Дата
Msg-id 20060720021000.2C71D9FA4AA@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Fix pg_regress.c to report tests in a parallel group when they finish,
not when they're started.  This mimics a subtle point of the behavior
of the old shell script, and gives better feedback when watching the
tests.

Modified Files:
--------------
    pgsql/src/test/regress:
        pg_regress.c (r1.6 -> r1.7)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/pg_regress.c.diff?r1=1.6&r2=1.7)

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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Make pg_regress.c get paths from pg_config_paths.h, instead of -D
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Suppress unused-variable compiler warning, per Andrew Dunstan.