initdb NLS on win32

Started by Magnus Haganderalmost 22 years ago2 messagespatches
Jump to latest
#1Magnus Hagander
magnus@hagander.net

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>>

Attachments:

initdb.win32nls.patchapplication/octet-stream; name=initdb.win32nls.patchDownload+2-2
#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Magnus Hagander (#1)
Re: initdb NLS on win32

"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