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.