Re: HeapTupleHeaderAdvanceLatestRemovedXid doing the wrong thing with multixacts

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема Re: HeapTupleHeaderAdvanceLatestRemovedXid doing the wrong thing with multixacts
Дата
Msg-id CA+U5nMKFJTKybNo+LJ+1HdpHmpzubja_vfzWUGFf9AQE=DBmTg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: HeapTupleHeaderAdvanceLatestRemovedXid doing the wrong thing with multixacts  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Mon, Oct 17, 2011 at 8:03 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Alvaro Herrera <alvherre@alvh.no-ip.org> writes:
>> I just noticed that HeapTupleHeaderAdvanceLatestRemovedXid is comparing Xmax as a TransactionId without verifying
whetherit is a multixact or not.  Since they advance separately, this could lead to bogus answers.  This probably needs
tobe fixed.  I didn't look into past releases to see if there's a live released bug here or not. 
>
>> I think the fix is simply to ignore the Xmax if the HEAP_XMAX_IS_MULTI bit is set.
>
>> Additionally I think it should check HEAP_XMAX_INVALID before reading the Xmax at all.
>
> If it's failing to even check XMAX_INVALID, surely it's completely
> broken?  Perhaps it assumes its caller has checked all this?

Looking at it now.

--
 Simon Riggs                   http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: HeapTupleHeaderAdvanceLatestRemovedXid doing the wrong thing with multixacts
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: HeapTupleHeaderAdvanceLatestRemovedXid doing the wrong thing with multixacts