Re: Variable length varlena headers redux

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Variable length varlena headers redux
Дата
Msg-id 200702131752.l1DHqMa26770@momjian.us
обсуждение исходный текст
Ответ на Re: Variable length varlena headers redux  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Tom Lane wrote:
> > We detect cases where the typmod guarantees either a fixed size or a maximum
> > size < 256 bytes.
> 
> After last week I would veto this option anyway: it fails unless we
> always know typmod exactly, and I'm here to tell you we don't.

If we can pull this off, it handles short values stored in TEXT fields
too, which is a big win over the typmod idea I had.

--  Bruce Momjian  <bruce@momjian.us>          http://momjian.us EnterpriseDB
http://www.enterprisedb.com
 + If your life is a hard drive, Christ can be your backup. +


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Variable length varlena headers redux
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Add ORDER BY to vacummdb so databases are scaned in the same