pgsql: Fix pg_regress.c to report tests in a parallel group when they - Mailing list pgsql-committers

From [email protected] (Tom Lane)
Subject pgsql: Fix pg_regress.c to report tests in a parallel group when they
Date
Msg-id [email protected]
Whole thread Raw
List 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 by date:

Previous
From: [email protected] (Tom Lane)
Date:
Subject: pgsql: Make pg_regress.c get paths from pg_config_paths.h, instead of -D
Next
From: [email protected] (Tom Lane)
Date:
Subject: pgsql: Suppress unused-variable compiler warning, per Andrew Dunstan.