Re: WIN1252 patch broke my database

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: WIN1252 patch broke my database
Дата
Msg-id 26970.1111090558@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: WIN1252 patch broke my database  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> What should I do with the CVS code now?  Why is adding a gap between
> client/server and client-only encodings in pg_wchar.h going to waste
> space?

IIRC there are some tables that are indexed directly by the encoding
number, so leaving holes in the code assignments requires empty slots in
the tables (or breaking the tables into two parts, which might be easier
to maintain anyway).
        regards, tom lane


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

Предыдущее
От: Abhijit Menon-Sen
Дата:
Сообщение: Re: PHP stuff
Следующее
От: Bruno Wolff III
Дата:
Сообщение: Re: contrib/pgcrypto