Re: BUG #1344: Locale problem - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #1344: Locale problem
Date
Msg-id 15341.1102433151@sss.pgh.pa.us
Whole thread Raw
In response to BUG #1344: Locale problem  ("PostgreSQL Bugs List" <pgsql-bugs@postgresql.org>)
List pgsql-bugs
"PostgreSQL Bugs List" <pgsql-bugs@postgresql.org> writes:
> I cannot start postgres because unknow error. In log i can get this:
> FATAL:  XX000: failed to initialize lc_messages to ""

Are you sure that your LC_MESSAGES setting is compatible with the active
LC_CTYPE setting?  I'm not certain about this, but I think that some
platforms may reject the setlocale call if LC_MESSAGES implies a
different encoding (eg, utf8 vs latin-n) than LC_CTYPE does.

            regards, tom lane

pgsql-bugs by date:

Previous
From: "PostgreSQL Bugs List"
Date:
Subject: BUG #1344: Locale problem
Next
From: "John Kennedy"
Date:
Subject: Re: Beta4 postgres.exe crash "...terminated by signal 5"