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

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Fix pg_regress.c to report tests in a parallel group when they
Date
Msg-id 20060720021000.2C71D9FA4AA@postgresql.org
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: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Make pg_regress.c get paths from pg_config_paths.h, instead of -D
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Suppress unused-variable compiler warning, per Andrew Dunstan.