]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Explicitly bind gettext() to the UTF8 locale when in use.
authorMagnus Hagander <magnus@hagander.net>
Tue, 27 May 2008 12:24:42 +0000 (12:24 +0000)
committerMagnus Hagander <magnus@hagander.net>
Tue, 27 May 2008 12:24:42 +0000 (12:24 +0000)
commitea7f9648fee6e38d83efa3216b99ef85e8e8078f
treecaa757588e15e760877a4def84f19bf68baf861c
parent7b8a63c3e922b8730e98a20a2c30c5460ddf2306
Explicitly bind gettext() to the  UTF8 locale when in use.
This is required on Windows due to the special locale
handling for UTF8 that doesn't change the full environment.

Fixes crash with translated error messages per bugs 4180
and 4196.

Tom Lane
src/backend/utils/mb/mbutils.c