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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Update time zone data files to tzdata release 2018g.
Date: 2018-10-31 12:37:10
Message-ID: E1gHpkE-0005Z5-QW@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Update time zone data files to tzdata release 2018g.

DST law changes in Morocco (with, effectively, zero notice).
Historical corrections for Hawaii.

Branch
------
REL9_6_STABLE

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

Modified Files
--------------
src/timezone/data/tzdata.zi | 82 +++++++++++++++++++++------------------------
1 file changed, 39 insertions(+), 43 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2018-10-31 13:48:51 pgsql: Sync our copy of the timezone library with IANA release tzcode20
Previous Message Tom Lane 2018-10-30 19:26:20 pgsql: Fix interaction of CASE and ArrayCoerceExpr.