pgsql: Update time zone data files to tzdata release 2018c.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Update time zone data files to tzdata release 2018c.
Date: 2018-01-27 21:43:18
Message-ID: E1efYFq-0001YI-U2@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Update time zone data files to tzdata release 2018c.

DST law changes in Brazil, Sao Tome and Principe. Historical corrections
for Bolivia, Japan, and South Sudan. The "US/Pacific-New" zone has been
removed (it was only a link to America/Los_Angeles anyway).

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/2d71b2700b20f2a2274d69598c6fc979cba7f9b5

Modified Files
--------------
src/timezone/data/tzdata.zi | 22 +++++++++++++---------
src/timezone/known_abbrevs.txt | 1 -
src/timezone/tznames/Africa.txt | 3 +--
3 files changed, 14 insertions(+), 12 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2018-01-28 04:06:03 pgsql: C includes: Reorder C includes in partition.c
Previous Message Tom Lane 2018-01-27 18:52:47 pgsql: Avoid crash during EvalPlanQual recheck of an inner indexscan.