Re: Archive recovery crashes on win32 in HEAD - hot standby related?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Archive recovery crashes on win32 in HEAD - hot standby related?
Дата
Msg-id 7286.1263658200@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Archive recovery crashes on win32 in HEAD - hot standby related?  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
Robert Haas <robertmhaas@gmail.com> writes:
> 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.

That code is completely broken as far as the division of labor between
"first" and not "first" is concerned ...
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Fix one more cast for _open_osfhandle().
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: Hot Standby and handling max_standby_delay