Re: Reducing data type space usage

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Reducing data type space usage
Дата
Msg-id 14840.1158453384@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Reducing data type space usage  (Hannu Krosing <hannu@skype.net>)
Список pgsql-hackers
Hannu Krosing <hannu@skype.net> writes:
> why not go all the way, and do utf-7 encoded header if hi bit is set ?
> or just always have an utf-8 encoded header.

That definition is (a) very expensive to scan, and (b) useless for
anything except utf-8 encoded text.  Whatever mechanism we select should
be more flexible than that (eg, should work for inet values).
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: The enormous s->childXids problem
Следующее
От: Tom Lane
Дата:
Сообщение: Re: minor feature request: Secure defaults during function creation