Re: Remaining dependency on setlocale() - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Remaining dependency on setlocale()
Date
Msg-id 80ca0504-61f1-42c8-b5f2-cfef07004cf4@eisentraut.org
Whole thread Raw
In response to Re: Remaining dependency on setlocale()  (Thomas Munro <thomas.munro@gmail.com>)
Responses Re: Remaining dependency on setlocale()
List pgsql-hackers
On 15.08.24 00:43, Thomas Munro wrote:
> "" is a problem however... the special value for "native environment"
> is returned as a real locale name, which we probably still need in
> places.  We could change that to newlocale("") + query instead, but

Where do we need that in the server?

It should just be initdb doing that and then initializing the server 
with concrete values based on that.

I guess technically some of these GUC settings default to the 
environment?  But I think we could consider getting rid of that.



pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Improve error message for ICU libraries if pkg-config is absent
Next
From: Peter Eisentraut
Date:
Subject: Re: Opinion poll: Sending an automated email to a thread when it gets added to the commitfest