Re: postgres process got stuck in "notify interrupt waiting" status - Mailing list pgsql-general

From Aleksey Tsalolikhin
Subject Re: postgres process got stuck in "notify interrupt waiting" status
Date
Msg-id CA+jMWoePaBLqZcyNVCyFSs_rcAeH+AM7+hOog0_-UyQ4Wf9HKw@mail.gmail.com
Whole thread Raw
In response to Re: postgres process got stuck in "notify interrupt waiting" status  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: postgres process got stuck in "notify interrupt waiting" status
List pgsql-general
On Wed, Sep 5, 2012 at 7:38 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Having said that, a kill -9 on an individual backend (*not* the
> postmaster) should be safe enough, if you don't mind the fact that
> it'll kill all your other sessions too.
>

Got it, thanks.

Why will it kill all your other sessions too?  Isn't there a separate backend
process for each session?

Best,
-at


pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: postgres process got stuck in "notify interrupt waiting" status
Next
From: Johan Nel
Date:
Subject: Re: alter view, add/drop column