Re: pg_regress.sh startup failure patch - Mailing list pgsql-patches

From Tom Lane
Subject Re: pg_regress.sh startup failure patch
Date
Msg-id 12844.1010071685@sss.pgh.pa.us
Whole thread Raw
In response to pg_regress.sh startup failure patch  (Jason Tishler <jason@tishler.net>)
Responses Re: pg_regress.sh startup failure patch  (Jason Tishler <jason@tishler.net>)
List pgsql-patches
Jason Tishler <jason@tishler.net> writes:
> Unfortunately, pg_regress.sh fails under Cygwin as follows:
> The attached patch "solves" the problem.

Why would it take more than 3 seconds to start the postmaster under
Cygwin?  Something awfully fishy about that, unless you're using
a 286 ...

I didn't much care for the arbitrary delay in the first place, and
raising it to 10 sec is even less palatable.  Perhaps

    until psql ...args... </dev/null 2>/dev/null
    do
        sleep 1
    done

although it might also be prudent to refuse to loop more than a couple
dozen times.

            regards, tom lane

pgsql-patches by date:

Previous
From: Gavin Sherry
Date:
Subject: Re: [HACKERS] Updated TODO item
Next
From: Dave Page
Date:
Subject: Re: pg_regress.sh startup failure patch