pgsql: If test postmaster fails to start within 60 seconds, try to kill - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: If test postmaster fails to start within 60 seconds, try to kill
Date
Msg-id 20060813203908.4EB499FB213@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
If test postmaster fails to start within 60 seconds, try to kill -9 it
so that it won't interfere with later trials.  Per recent buildfarm
experience.  Anyone know how to do this on Windows?

Modified Files:
--------------
    pgsql/src/test/regress:
        pg_regress.c (r1.19 -> r1.20)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/pg_regress.c.diff?r1=1.19&r2=1.20)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Extend 'guc' regression test to check manipulations of datestyle
Next
From: jwp@pgfoundry.org (James William Pye)
Date:
Subject: python - ip: Provide a means for passing args and kw to connection