pgsql: Re-alphabetize the win32_tzmap[] array.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Re-alphabetize the win32_tzmap[] array.
Дата
Msg-id E1mWlIx-00072f-LX@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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

Branch
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/4721e8aa6223f214fcd5761334e6e682fef66636

Modified Files
--------------
src/bin/initdb/findtimezone.c | 70 +++++++++++++++++++++----------------------
1 file changed, 35 insertions(+), 35 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: pg_stat_statements: Add some tests for older versions still usab
Следующее
От: Peter Geoghegan
Дата:
Сообщение: pgsql: Enable deduplication in system catalog indexes.