Re: [HACKERS] Immediate shutdown causes the assertion failure in 9.4dev

2013-08-07 Thread Alvaro Herrera
Fujii Masao escribió: > On Thu, Aug 1, 2013 at 2:26 AM, Fujii Masao 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. Atta

Re: [HACKERS] Immediate shutdown causes the assertion failure in 9.4dev

2013-08-07 Thread Fujii Masao
On Thu, Aug 1, 2013 at 2:26 AM, Fujii Masao wrote: > Hi, > > I encountered the following assertion failure when I executed > an immediate shutdown. > > LOG: received immediate shutdown request > WARNING: terminating connection because of crash of another server process > DETAIL: The postmaster

Re: [HACKERS] Immediate shutdown causes the assertion failure in 9.4dev

2013-08-02 Thread Alvaro Herrera
Robert Haas escribió: > On Wed, Jul 31, 2013 at 1:26 PM, Fujii Masao wrote: > > I encountered the following assertion failure when I executed > > an immediate shutdown. > > > > LOG: received immediate shutdown request > > WARNING: terminating connection because of crash of another server process

Re: [HACKERS] Immediate shutdown causes the assertion failure in 9.4dev

2013-08-02 Thread Robert Haas
On Wed, Jul 31, 2013 at 1:26 PM, Fujii Masao wrote: > I encountered the following assertion failure when I executed > an immediate shutdown. > > LOG: received immediate shutdown request > WARNING: terminating connection because of crash of another server process > DETAIL: The postmaster has com

[HACKERS] Immediate shutdown causes the assertion failure in 9.4dev

2013-07-31 Thread Fujii Masao
Hi, I encountered the following assertion failure when I executed an immediate shutdown. LOG: received immediate shutdown request WARNING: terminating connection because of crash of another server process DETAIL: The postmaster has commanded this server process to roll back the current transac