Re: stopping server does not remove external_pid_file - Mailing list pgsql-bugs

From Tom Lane
Subject Re: stopping server does not remove external_pid_file
Date
Msg-id 25425.1149651173@sss.pgh.pa.us
Whole thread Raw
In response to Re: stopping server does not remove external_pid_file  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: stopping server does not remove external_pid_file  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: stopping server does not remove external_pid_file  ("Jim C. Nasby" <jnasby@pervasive.com>)
Re: stopping server does not remove external_pid_file  (Euler Taveira de Oliveira <euler@timbira.com>)
List pgsql-bugs
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> Doesn't removing the file reduce the chances of failing to start later
> in case another postmaster already has that pid?

No, because the external pidfile has zero to do with Postgres' internal
behavior.

Personally I always thought that the external pidfile was a "feature"
we should have rejected.  It can never be a particularly reliable guide
to what PG is doing, the more especially so if the program looking at it
isn't doing any cross-checking, as the OP seems not to be doing.

            regards, tom lane

pgsql-bugs by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: stopping server does not remove external_pid_file
Next
From: Bruce Momjian
Date:
Subject: Re: stopping server does not remove external_pid_file