Re: Number of attributes in HeapTupleHeader

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Number of attributes in HeapTupleHeader
Дата
Msg-id 29365.1020658803@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Number of attributes in HeapTupleHeader  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Number of attributes in HeapTupleHeader
Список pgsql-hackers
I said:
> Sorry, you used up your chance at claiming that t_hoff is dispensable.
> If we apply your already-submitted patch, it isn't.

Wait, I take that back.  t_hoff is important to distinguish how much
bitmap padding there is on a particular tuple --- but that's really
only interesting as long as we aren't forcing dump/initdb/reload.
If we are changing anything else about tuple headers, then that
argument becomes irrelevant anyway.

However, I'm still concerned about losing safety margin by removing
"redundant" fields.
        regards, tom lane


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

Предыдущее
От: mlw
Дата:
Сообщение: Re: Native Windows, Apache Portable Runtime
Следующее
От: Thomas Lockhart
Дата:
Сообщение: Re: Musings