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)postgresql(dot)org
Subject: pgsql: Sync our copy of the timezone library with IANA release tzcode20
Date: 2016-10-19 22:56:35
Message-ID: E1bwzml-0002Yk-0H@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 tzcode2016g.

This is mostly to absorb some corner-case fixes in zic for year-2037
timestamps. The other changes that have been made are unlikely to affect
our usage, but nonetheless we may as well take 'em.

Branch
------
REL9_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/66adeefdad85f1ee062ecf894b800641f284d334

Modified Files
--------------
src/timezone/localtime.c | 5 +-
src/timezone/private.h | 1 +
src/timezone/strftime.c | 2 +-
src/timezone/zic.c | 440 ++++++++++++++++++++++++++---------------------
4 files changed, 250 insertions(+), 198 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-10-19 23:28:48 pgsql: Windows portability fix.
Previous Message Tom Lane 2016-10-19 22:56:34 pgsql: Sync our copy of the timezone library with IANA release tzcode20