Re: Fixed length data types issue

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Fixed length data types issue
Дата
Msg-id 200609080857.13784.peter_e@gmx.net
обсуждение исходный текст
Ответ на Re: Fixed length data types issue  (Bruce Momjian <bruce@momjian.us>)
Ответы Re: Fixed length data types issue  (Gregory Stark <gsstark@mit.edu>)
Re: Fixed length data types issue  (mark@mark.mielke.cc)
Список pgsql-hackers
Gregory Stark wrote:
> I think we have to find a way to remove the varlena length header
> entirely for fixed length data types since it's going to be the same
> for every single record in the table.

But that won't help in the example you posted upthread, because char(N) 
is not fixed-length.

-- 
Peter Eisentraut
http://developer.postgresql.org/~petere/


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Fixed length data types issue
Следующее
От: Gregory Stark
Дата:
Сообщение: Re: Fixed length data types issue