Re: localization problem (and solution) - Mailing list pgsql-hackers

From Tom Lane
Subject Re: localization problem (and solution)
Date
Msg-id 3093.1135822372@sss.pgh.pa.us
Whole thread Raw
In response to Re: localization problem (and solution)  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: localization problem (and solution)  ("Andrew Dunstan" <andrew@dunslane.net>)
Re: localization problem (and solution)  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes:
> We have a build failure to fix first: 
> http://www.pgbuildfarm.org/cgi-bin/show_log.pl?nm=loris&dt=2005-12-29%2000:44:52

Weird.  It seems to be choking on linking to check_function_bodies,
but plpgsql does that exactly the same way, and there's no problem
there.  I wonder whether all those warnings in the perl header files
mean anything ...

> The issue is that if I set my machine's locale to Turkish or French, 
> say, it doesn't matter what locale I set during initdb or in 
> postgresql.conf, the server's log messages always seem to come out in 
> the machine's locale.

Is this possibly related to the fact that we don't even try to do
setlocale() for LC_MESSAGES?
        regards, tom lane


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [Bizgres-general] WAL bypass for INSERT, UPDATE and
Next
From: "Andrew Dunstan"
Date:
Subject: Re: localization problem (and solution)