Re: initdb of regression test failed.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Hiroshi Saito" <z-saito(at)guitar(dot)ocn(dot)ne(dot)jp>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: initdb of regression test failed.
Date: 2007-10-02 17:30:05
Message-ID: 16776.1191346205@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

"Hiroshi Saito" <z-saito(at)guitar(dot)ocn(dot)ne(dot)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

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Michael Meskes 2007-10-02 17:57:41 Re: ecpg thread-safe descriptor
Previous Message Hiroshi Saito 2007-10-02 17:09:36 initdb of regression test failed.