Re: Reliably determining whether the server came up - Mailing list pgsql-admin

From Tom Lane
Subject Re: Reliably determining whether the server came up
Date
Msg-id 23939.1227037484@sss.pgh.pa.us
Whole thread Raw
In response to Re: Reliably determining whether the server came up  (Mischa Sandberg <mischa_sandberg@telus.net>)
List pgsql-admin
Mischa Sandberg <mischa_sandberg@telus.net> writes:
>> You could sleep for a second or so *before* you start looking for
>> the pidfile.

> The systems are under erratic load, due to concurrent
> cpu and diskio spikes around start-up time.
> 1-2 secs is not enough to be a guarantee :-(

Well, forget pg_ctl and just start the postmaster directly, so that
your script knows its PID.  Then you could keep an eye on whether the
PID still exists.

            regards, tom lane

pgsql-admin by date:

Previous
From: Mischa Sandberg
Date:
Subject: Re: Reliably determining whether the server came up
Next
From: Arctic Toucan
Date:
Subject: Re: Is it safe to reset relfrozenxid without using vacuum?