Re: Re: [COMMITTERS] TOAST

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Re: [COMMITTERS] TOAST
Дата
Msg-id 2245.962677192@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Re: [COMMITTERS] TOAST  (JanWieck@t-online.de (Jan Wieck))
Список pgsql-hackers
JanWieck@t-online.de (Jan Wieck) writes:
>     Hmmm  - with my latest changes I get the same, without them I
>     don't.  Will backout the changes if I cannot find it quickly.

The problem appears to be that DataFill() is invoked on the tuple
after toasting, and it forces the infomask to zero, losing any
transaction status bits that may have been there.  I think perhaps
line 93 of heaptuple.c should be
*infomask &= HEAP_XACT_MASK;

not
*infomask = 0;

Comments anyone?
        regards, tom lane


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

Предыдущее
От: Philip Warner
Дата:
Сообщение: Re: proposed improvements to PostgreSQL license
Следующее
От: The Hermit Hacker
Дата:
Сообщение: Re: proposed improvements to PostgreSQL license