Re: pg_ctl problem (was Re: BeOS Patch) - Mailing list pgsql-hackers

From Tom Lane
Subject Re: pg_ctl problem (was Re: BeOS Patch)
Date
Msg-id 24816.984944353@sss.pgh.pa.us
Whole thread Raw
In response to Re: pg_ctl problem (was Re: BeOS Patch)  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
Peter Eisentraut <peter_e@gmx.net> writes:
>> which is clearly not giving the postmaster enough time to remove or
>> rewrite the pidfile.  Shouldn't we put a "sleep 1" in there before
>> the "if"?

> This is probably the best we can do.

Actually, the whole thing should only happen if we found a pre-existing
PIDFILE anyway.  Will fix.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Patrick Welche
Date:
Subject: Re: Performance monitor signal handler
Next
From: Alfred Perlstein
Date:
Subject: Re: Allowing WAL fsync to be done via O_SYNC