Re: initdb of regression test failed.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: initdb of regression test failed.
Дата
Msg-id 16776.1191346205@sss.pgh.pa.us
обсуждение исходный текст
Ответ на initdb of regression test failed.  ("Hiroshi Saito" <z-saito@guitar.ocn.ne.jp>)
Список pgsql-patches
"Hiroshi Saito" <z-saito@guitar.ocn.ne.jp> writes:
> The database cluster will be initialized with locale Japanese_Japan.932.
> initdb: could not find suitable encoding for locale "Japanese_Japan.932"

So, what encoding *should* we use for that locale?

> I think this is required....

We are certainly not going to disable pg_regress's ability to test in
non-C locales.  ISTM a proper fix is an addition to the table in
src/port/chklocale.c.  This example suggests actually that we need
a boatload more table entries to handle Windows locale names :-(
(count on Microsoft to ignore standards...)

            regards, tom lane

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

Предыдущее
От: "Hiroshi Saito"
Дата:
Сообщение: initdb of regression test failed.
Следующее
От: Michael Meskes
Дата:
Сообщение: Re: ecpg thread-safe descriptor