Re: BUG #6200: standby bad memory allocations on SELECT

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #6200: standby bad memory allocations on SELECT
Дата
Msg-id 15472.1328113177@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: BUG #6200: standby bad memory allocations on SELECT  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: BUG #6200: standby bad memory allocations on SELECT  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-bugs
Robert Haas <robertmhaas@gmail.com> writes:
> No, I wasn't thinking about a tuple descriptor mismatch.  I was
> imagining that the page contents themselves might be in flux while
> we're trying to read from it.

Oh, gotcha.  Yes, that's a horribly plausible idea.  All it'd take is
one WAL replay routine that hasn't been upgraded to acquire sufficient
buffer locks.  Pre-hot-standby, there was no reason for them to be
careful about locking.

On the other hand, if that were the cause, you'd expect the symptoms
to be a bit more variable...

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #6425: Bus error in slot_deform_tuple
Следующее
От: Merlin Moncure
Дата:
Сообщение: Re: BUG #6424: Possible error in time to seconds conversion