Re: Initdb-cs_CZ.WIN-1250 buildfarm failures - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Initdb-cs_CZ.WIN-1250 buildfarm failures
Date
Msg-id 5869.1419100528@sss.pgh.pa.us
Whole thread Raw
In response to Re: Initdb-cs_CZ.WIN-1250 buildfarm failures  (Tomas Vondra <tv@fuzzy.cz>)
Responses Re: Initdb-cs_CZ.WIN-1250 buildfarm failures  (Tomas Vondra <tv@fuzzy.cz>)
List pgsql-hackers
Tomas Vondra <tv@fuzzy.cz> writes:
> On 20.12.2014 19:05, Tom Lane wrote:
>> I am betting that you recreated them differently from before.

> Aaaaand you're probably right. Apparently, I recreated them like this:

>   $ localedef -v -c -i cs_CZ -f WIN-1250 cs_CZ.WIN-1250

> but the correct way seems to be this:

>   $ localedef -v -c -i cs_CZ -f CP1250 cs_CZ.WIN-1250

Interesting.  Apparently, instead of failing outright on an unrecognized
charmap name, localedef just substituted ASCII and plowed ahead.  Bad dog.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Tomas Vondra
Date:
Subject: Re: Initdb-cs_CZ.WIN-1250 buildfarm failures
Next
From: CSPUG
Date:
Subject: Re: Initdb-cs_CZ.WIN-1250 buildfarm failures