Re: [HACKERS] questionable code in heap_formtuple()

Поиск
Список
Период
Сортировка
От David Hartwig
Тема Re: [HACKERS] questionable code in heap_formtuple()
Дата
Msg-id 35F03B7D.F6E32AB3@insightdist.com
обсуждение исходный текст
Ответ на Re: [HACKERS] questionable code in heap_formtuple()  (Bruce Momjian <maillist@candle.pha.pa.us>)
Список pgsql-hackers

Bruce Momjian wrote:

> Oops, I meant:
>
>         len = offsetof(HeapTupleData, t_bits);
>

No luck so far.  I am digging around to see if anything has been effected at
all.

At line 812
      /* len = sizeof *tuple - sizeof tuple->t_bits;  */
       len = offsetof(HeapTupleData, t_bits);


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

Предыдущее
От: Andreas Zeugswetter
Дата:
Сообщение: Open portability issues
Следующее
От: Brook Milligan
Дата:
Сообщение: Re: [HACKERS] Open portability issues