Fix pg_regress.c to report tests in a parallel group when they finish,
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 20 Jul 2006 02:10:00 +0000 (02:10 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 20 Jul 2006 02:10:00 +0000 (02:10 +0000)
commit27a83103ead26cafc60e0143493870e08c52c1a2
treefe865ac89d8c1e33f7716e568cb44240457c6d91
parent5652ea703b20d92837d735f2253570eb96f2be91
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.
src/test/regress/pg_regress.c