Re-alphabetize the win32_tzmap[] array.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 2 Oct 2021 20:05:10 +0000 (16:05 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 2 Oct 2021 20:06:23 +0000 (16:06 -0400)
commit7ba8eb81f6b79e7c1aaa3001137f38a61de80aba
tree35b1039f66d2f567c5c617cc89b8c8e4c72942d0
parent170206e458bce1d4be34bb805f884b2735430519
Re-alphabetize the win32_tzmap[] array.

The original intent seems to have been to sort case-insensitively
by the Windows zone name, but various changes over the years did
not get that memo.  This commit just moves a few entries to
restore exact alphabetic order, to ease comparison to the outputs
of processing scripts.

Back-patch to all supported branches, as is our usual practice for
time zone data updates.

Discussion: https://postgr.es/m/3266414.1633045628@sss.pgh.pa.us
src/bin/initdb/findtimezone.c