Re: regresssion script hole - Mailing list pgsql-hackers

From Tom Lane
Subject Re: regresssion script hole
Date
Msg-id 23852.1150666741@sss.pgh.pa.us
Whole thread Raw
In response to regresssion script hole  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: regresssion script hole  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes:
> The problem is that if the postmaster takes more than 60 seconds to 
> start listening (as is apparently happening on spoonbill - don't yet 
> know why) this code falls through.

If the postmaster takes that long to start listening, I'd say we need to
fix the postmaster not pg_regress.

> I'm inclined to run the psql test one more time to make sure we can 
> actually connect, and if not then fail at this point.

How does that differ from just iterating the loop one more time?
        regards, tom lane


pgsql-hackers by date:

Previous
From: paolo romano
Date:
Subject: Re: MultiXacts & WAL
Next
From: Andrew Dunstan
Date:
Subject: Re: regresssion script hole