Re: Archive recovery crashes on win32 in HEAD - hot standby related? - Mailing list pgsql-hackers

From Robert Haas
Subject Re: Archive recovery crashes on win32 in HEAD - hot standby related?
Date
Msg-id 603c8f071001160528pbc3ab56je1b5d03a2d3677b@mail.gmail.com
Whole thread Raw
In response to Archive recovery crashes on win32 in HEAD - hot standby related?  (Magnus Hagander <magnus@hagander.net>)
Responses Re: Archive recovery crashes on win32 in HEAD - hot standby related?
List pgsql-hackers
On Sat, Jan 16, 2010 at 8:19 AM, Magnus Hagander <magnus@hagander.net> wrote:
> Not knowing that code very well at this time, but is this perhaps a
> structure not being properly initialized in EXEC_BACKEND case?

It looks like KnownAssignedXidsHash is not initialized.  That's
supposed to happen when CreateSharedProcArray calls
KnownAssignedXidsInit, but that only happens for the first process to
call that function... but without EXEC_BACKEND it'll just work anyway.

...Robert


pgsql-hackers by date:

Previous
From: Matteo Beccati
Date:
Subject: Re: mailing list archiver chewing patches
Next
From: Euler Taveira de Oliveira
Date:
Subject: Re: Streaming replication and non-blocking I/O