Re: BUG #15653: pg_detoast_datum_packed problem

Поиск
Список
Период
Сортировка
От Andrew Gierth
Тема Re: BUG #15653: pg_detoast_datum_packed problem
Дата
Msg-id 87r2bg9yb2.fsf@news-spur.riddles.org.uk
обсуждение исходный текст
Ответ на Re: BUG #15653: pg_detoast_datum_packed problem  (gmail Vladimir Koković <vladimir.kokovic@gmail.com>)
Ответы Re: BUG #15653: pg_detoast_datum_packed problem
Список pgsql-bugs
>>>>> "gmail" == gmail Vladimir Koković <vladimir.kokovic@gmail.com> writes:

 gmail> Hi Andrew.
 gmail> I changed VARSIZE to VARSIZE_ANY_EXHDR and VARDATA in
 gmail> VARDATA_ANY as you said, but there is still a problem I can not
 gmail> understand !

Your message formatting was all messed up, but I can see that you are
still subtracting VARHDRSZ - don't do that: VARSIZE_ANY_EXHDR already
has the header size subtracted (hence "EXHDR"), it returns only the data
size. (The header size is variable, 1 or 4 bytes, so it wouldn't make
sense to include it.)

--
Andrew (irc:RhodiumToad)


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

Предыдущее
От: gmail Vladimir Koković
Дата:
Сообщение: Re: BUG #15653: pg_detoast_datum_packed problem
Следующее
От: gmail Vladimir Koković
Дата:
Сообщение: Re: BUG #15653: pg_detoast_datum_packed problem