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

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix pg_regress.c to report tests in a parallel group when they
Date: 2006-07-20 02:10:00
Message-ID: 20060720021000.2C71D9FA4AA@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2006-07-20 02:15:17 pgsql: Suppress unused-variable compiler warning, per Andrew Dunstan.
Previous Message Tom Lane 2006-07-20 01:16:57 pgsql: Make pg_regress.c get paths from pg_config_paths.h, instead of -D