Re: Immediate shutdown causes the assertion failure in 9.4dev

From: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
To: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Immediate shutdown causes the assertion failure in 9.4dev
Date: 2013-08-07 17:57:32
Message-ID: 20130807175732.GI10718@eldon.alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Fujii Masao escribió:
> On Thu, Aug 1, 2013 at 2:26 AM, Fujii Masao <masao(dot)fujii(at)gmail(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Thom Brown 2013-08-07 18:04:43 Re: 9.4 regression
Previous Message Fujii Masao 2013-08-07 17:50:55 Re: Immediate shutdown causes the assertion failure in 9.4dev