Re: Immediate shutdown causes the assertion failure in 9.4dev - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: Immediate shutdown causes the assertion failure in 9.4dev
Date
Msg-id 20130807175732.GI10718@eldon.alvh.no-ip.org
Whole thread Raw
In response to Re: Immediate shutdown causes the assertion failure in 9.4dev  (Fujii Masao <masao.fujii@gmail.com>)
List pgsql-hackers
Fujii Masao escribió:
> On Thu, Aug 1, 2013 at 2:26 AM, Fujii Masao <masao.fujii@gmail.com> wrote:

> > TRAP: FailedAssertion("!(CheckpointerPID == 0)", File: "postmaster.c",
> > Line: 3440)
> >
> > The cause of this problem seems to be that PostmasterStateMachine()
> > may fail to wait for the checkpointer to exit. Attached patch fixes this.
> 
> Committed.

Thanks.

-- 
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services



pgsql-hackers by date:

Previous
From: Fujii Masao
Date:
Subject: Re: Immediate shutdown causes the assertion failure in 9.4dev
Next
From: Thom Brown
Date:
Subject: Re: 9.4 regression