Re: Win32 & NLS
- From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
- To: "Magnus Hagander" <mha(at)sollentuna(dot)net>
- Cc: pgsql-hackers-win32(at)postgresql(dot)org, "pgsql-patches" <pgsql-patches(at)postgresql(dot)org>
- Subject: Re: Win32 & NLS
- Date: Sun, 17 Oct 2004 16:05:09 -0400
- Message-id: <10509(dot)1098043509(at)sss(dot)pgh(dot)pa(dot)us>
"Magnus Hagander" <mha(at)sollentuna(dot)net> writes:
> Attached is a patch with adds a environment variable based version of
> locale_messages_assign(). It's not a pretty solution, but I think it's
> probably necessary.
Applied with minor cleanup.
I'm still concerned about the order-of-operations issue, but some
desultory experimentation on Linux (Fedora Core 3) did not find any
cases where setlocale(LC_MESSAGES) would fail because of a contradictory
LC_CTYPE setting, so maybe that theory is all wet. Still it seems there
is *something* fishy going on, given the number of reports we've seen.
regards, tom lane
Home |
Main Index |
Thread Index