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:05:10 +0000 (16:05 -0400)
commitad740067aea5b643ca2f79da086808573d35b5f4
tree3f4312366789d40e5154fe018784dad360baccc4
parent2b0da0365bec6c62cc9c5c317bab6cbee3d52ef4
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