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

From Peter Eisentraut
Subject Re: pg_ctl problem (was Re: BeOS Patch)
Date
Msg-id Pine.LNX.4.30.0103182021530.755-100000@peter.localdomain
Whole thread Raw
In response to pg_ctl problem (was Re: BeOS Patch)  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: pg_ctl problem (was Re: BeOS Patch)  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Tom Lane writes:

>     eval '$po_path' '$POSTOPTS' $logopt '&'
>
>     if [ -f $PIDFILE ];then
>     if [ "`sed -n 1p $PIDFILE`" = "$pid" ];then
>         echo "$CMDNAME: cannot start postmaster" 1>&2
>         echo "Examine the log output." 1>&2
>         exit 1
>         fi
>     fi
>
> 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.

-- 
Peter Eisentraut      peter_e@gmx.net       http://yi.org/peter-e/



pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: pg_ctl problem (was Re: BeOS Patch)
Next
From: Peter Eisentraut
Date:
Subject: Re: new version of contrib-intarray