Обсуждение: pgsql: Fix pg_regress.c to report tests in a parallel group when they

Поиск
Список
Период
Сортировка

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

От
tgl@postgresql.org (Tom Lane)
Дата:
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)