Re: Variable length varlena headers redux

Поиск
Список
Период
Сортировка
От Gregory Stark
Тема Re: Variable length varlena headers redux
Дата
Msg-id 8764a680pu.fsf@stark.xeocode.com
обсуждение исходный текст
Ответ на Re: Variable length varlena headers redux  (Bruce Momjian <bruce@momjian.us>)
Ответы Re: Variable length varlena headers redux  (Bruce Momjian <bruce@momjian.us>)
Re: Variable length varlena headers redux  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
"Bruce Momjian" <bruce@momjian.us> writes:

>> But I'm surprised, I had the impression that you were reluctant to consider
>> memcpying all the data all the time.
>
> Uh, if the macros can read 1 and 4-byte headers, why do we need to
> allocate memory for them?

Because the macros can't read 1 and 4-byte headers. If they could we would
have the problem with VARDATA for code sites that write to the data before
they write the size.

--  Gregory Stark EnterpriseDB          http://www.enterprisedb.com


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

Предыдущее
От: Marc Munro
Дата:
Сообщение: Re: Reducing likelihood of deadlocks (was referential Integrity and SHARE locks)
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Variable length varlena headers redux