Re: ERROR: cannot GetMultiXactIdMembers() during recovery

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: ERROR: cannot GetMultiXactIdMembers() during recovery
Дата
Msg-id 20150518164803.GP2523@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: ERROR: cannot GetMultiXactIdMembers() during recovery  (Marko Tiikkaja <marko@joh.to>)
Ответы Re: ERROR: cannot GetMultiXactIdMembers() during recovery  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: ERROR: cannot GetMultiXactIdMembers() during recovery  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Marko Tiikkaja wrote:
> Hi hackers,
>
> Any chance to get this fixed in time for 9.1.16?

I hope you had pinged some days earlier.  Here's a patch, but I will
wait until this week's releases have been tagged before pushing.

I checked 9.2, and it doesn't look like it's subject to the same
problem: instead of HeapTupleSatisfiesVacuum, it uses
HeapTupleIsSurelyDead in the equivalent place.  Still, I think it's
saner to apply the same bug because as Andres notes the problem might
still be present in pgrowlocks and who knows what else.

--
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

Вложения

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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: RFC: Non-user-resettable SET SESSION AUTHORISATION
Следующее
От: Tom Lane
Дата:
Сообщение: How does MSVC's fetchRegressOpts() work at all?