Re: pgsql: Perform an immediate shutdown if the postmaster.pid file is remo - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql: Perform an immediate shutdown if the postmaster.pid file is remo
Date
Msg-id 47773.1444426954@sss.pgh.pa.us
Whole thread Raw
In response to Re: pgsql: Perform an immediate shutdown if the postmaster.pid file is remo  (Alvaro Herrera <alvherre@2ndquadrant.com>)
List pgsql-committers
Alvaro Herrera <alvherre@2ndquadrant.com> writes:
> Tom Lane wrote:
>> Looks as-expected to me.  We're forcing a panic stop.

> I think he's complaining that the final HINT is misleading.

Well, all the particular backend knows is that it got SIGQUIT.
Maybe we should rewrite the message text for that entirely, but
that didn't seem in-scope for this patch.

            regards, tom lane


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: pgsql: Perform an immediate shutdown if the postmaster.pid file is remo
Next
From: Robert Haas
Date:
Subject: pgsql: Speed up text sorts where the same strings occur multiple times.