pgsql: Sync our copy of the timezone library with IANA release tzcode20

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Sync our copy of the timezone library with IANA release tzcode20
Date: 2018-05-04 16:27:09
Message-ID: E1fEdY5-00066Z-V5@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Sync our copy of the timezone library with IANA release tzcode2018e.

The non-cosmetic changes involve teaching the "zic" tzdata compiler about
negative DST. While I'm not currently intending that we start using
negative-DST data right away, it seems possible that somebody would try
to use our copy of zic with bleeding-edge IANA data. So we'd better be
out in front of this change code-wise, even though it doesn't matter for
the data file we're shipping.

Discussion: https://postgr.es/m/30996.1525445902@sss.pgh.pa.us

Branch
------
master

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

Modified Files
--------------
src/timezone/README | 2 +-
src/timezone/localtime.c | 14 ++---
src/timezone/strftime.c | 2 +-
src/timezone/zic.c | 157 ++++++++++++++++++++++++++++++++++++-----------
4 files changed, 129 insertions(+), 46 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2018-05-04 19:06:58 pgsql: Allow MSYS as well as MINGW in Msys uname
Previous Message Tom Lane 2018-05-04 15:19:01 Re: pgsql: Fix precedence problem in new Perl code.