From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Re-alphabetize the win32_tzmap[] array. |
Date: | 2021-10-02 20:08:19 |
Message-ID: | E1mWlIx-00072l-MR@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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_11_STABLE
Details
-------
https://git.postgresql.org/pg/commitdiff/bb6d426699a68c5b0e7a540c1b0e170b42ca386c
Modified Files
--------------
src/bin/initdb/findtimezone.c | 70 +++++++++++++++++++++----------------------
1 file changed, 35 insertions(+), 35 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Geoghegan | 2021-10-03 00:14:37 | pgsql: Enable deduplication in system catalog indexes. |
Previous Message | Alvaro Herrera | 2021-10-02 14:40:10 | Re: pgsql: Document XLOG_INCLUDE_XID a little better |