Thread: initdb NLS on win32

initdb NLS on win32

From
"Magnus Hagander"
Date:
This patch is required for initdb to work on win32 with NLS enabled.
Without it we get a segfault when trying to determine the current
locale, since we can't get it using LC_MESSAGES.

If possible, please apply before beta-4.

//Magnus

 <<initdb.win32nls.patch>>

Attachment

Re: initdb NLS on win32

From
Tom Lane
Date:
"Magnus Hagander" <mha@sollentuna.net> writes:
> This patch is required for initdb to work on win32 with NLS enabled.
> Without it we get a segfault when trying to determine the current
> locale, since we can't get it using LC_MESSAGES.

Applied.

            regards, tom lane