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-12-15 19:36:02
Message-ID: E1cHbow-0001lY-5q@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 tzcode2016j.

This is a trivial update (consisting in fact only in the addition of
a comment). The point is just to get back to being synced with an
official release of tzcode, rather than some ad-hoc point in their
commit history, which is where commit 1f87181e1 left it.

Branch
------
REL9_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/ccf24539b6bf23345c57b76749b84c9af31ca8a5

Modified Files
--------------
src/timezone/README | 2 +-
src/timezone/zic.c | 5 +++++
2 files changed, 6 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2016-12-16 10:58:17 pgsql: Fix off-by-one in memory allocation for quote_literal_cstr().
Previous Message Tom Lane 2016-12-15 16:51:24 Re: Re: [COMMITTERS] pgsql: Build HTML documentation using XSLT stylesheets by default