pgsql: Update time zone data files to tzdata release 2018f. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Update time zone data files to tzdata release 2018f.
Date
Msg-id E1gDbuq-0007bd-Tm@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Update time zone data files to tzdata release 2018f.

DST law changes in Chile, Fiji, and Russia (Volgograd).
Historical corrections for China, Japan, Macau, and North Korea.

Note: like the previous tzdata update, this involves a depressingly
large amount of semantically-meaningless churn in tzdata.zi.  That
is a consequence of upstream's data compression method assigning
unstable abbreviations to DST rulesets.  I complained about that
to them last time, and this version now uses an assignment method
that pays some heed to not changing abbreviations unnecessarily.
So hopefully, that'll be better going forward.

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/d2259c26b323e22d78c85d4012796bbc73597a5c

Modified Files
--------------
src/timezone/data/tzdata.zi      | 5273 +++++++++++++++++++-------------------
src/timezone/known_abbrevs.txt   |    1 +
src/timezone/tznames/America.txt |    3 +
src/timezone/tznames/Asia.txt    |    4 +
src/timezone/tznames/Default     |    3 +
src/timezone/tznames/Pacific.txt |    3 +
6 files changed, 2660 insertions(+), 2627 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Silence perlcritic warning about missing return.
Next
From: Tom Lane
Date:
Subject: pgsql: Sync our copy of the timezone library with IANA releasetzcode20