]> granicus.if.org Git - postgresql/commit
Deal with yet another issue related to "Norwegian (Bokmål)" locale.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 21 Oct 2019 18:18:01 +0000 (14:18 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 21 Oct 2019 18:18:01 +0000 (14:18 -0400)
commitdb477b691dc4e80bc8379d976ef53a0aa0afe4c0
tree6e1a069f6e9e90e1ea148c0af9560c71722610ad
parentd995fd667f6d22307864afe18ae91950b23b5b53
Deal with yet another issue related to "Norwegian (Bokmål)" locale.

It emerges that recent versions of Windows (at least 2016 Standard)
spell this locale name as "Norwegian Bokmål_Norway.1252", defeating
our mapping code that translates "Norwegian (Bokmål)_Norway" to
something that's all-ASCII (cf commits db29620d4 and aa1d2fc5e).
Add another mapping entry to handle this spelling.

Per bug #16068 from Robert Ford.  Like the previous patches,
back-patch to all supported branches.

Discussion: https://postgr.es/m/16068-4cb6eeaa7eb46d93@postgresql.org
src/port/win32setlocale.c