Re: UTF8 on Debian

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: UTF8 on Debian
Дата
Msg-id 26194.1192489709@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: UTF8 on Debian  (Gregory Stark <stark@enterprisedb.com>)
Список pgsql-hackers
Gregory Stark <stark@enterprisedb.com> writes:
> ... This puts the order back in sync. I don't haven't looked at the
> surrounding code enough to know if there aren't more problems like this
> lurking or if there's a way to fix it so it isn't such a pain to maintain.

The real problem is I believed the comment in pg_wchar.h that told me
the only table that needed fixed was pg_enc2name :-(

A check of Tatsuo's last couple of encoding-related commits confirms
that there are only two order-sensitive tables, though, so I think
we're good now.  Also this time I troubled to run the src/test/mb/
tests, which I really should have tried earlier.  Ah well.
        regards, tom lane


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

Предыдущее
От: "Kevin Grittner"
Дата:
Сообщение: Re: Release notes introductory text
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Add sample text search dictionary templates and parsers, to