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:19:03 +0000 (14:19 -0400)
commitfedcab352355e57eafcec9b99a048b86a865a528
treed3c8254e35ed7078235865f93b75e8173a6e643b
parent6d2b18d0701ba5637a149467478a4c68af0a0a43
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: http://postgr.es/m/16068-4cb6eeaa7eb46d93@postgresql.org
src/port/win32setlocale.c