Re: pgsql: Perform an immediate shutdown if the postmaster.pid file is remo

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
Cc: Thom Brown <thom(at)linux(dot)com>, pgsql-committers <pgsql-committers(at)postgresql(dot)org>
Subject: Re: pgsql: Perform an immediate shutdown if the postmaster.pid file is remo
Date: 2015-10-09 21:42:34
Message-ID: 47773.1444426954@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Alvaro Herrera <alvherre(at)2ndquadrant(dot)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

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2015-10-09 23:39:37 pgsql: Speed up text sorts where the same strings occur multiple times.
Previous Message Alvaro Herrera 2015-10-09 21:04:48 Re: pgsql: Perform an immediate shutdown if the postmaster.pid file is remo