[COMMITTERS] pgsql: Sync our copy of the timezone library with IANA releasetzcode20 - Mailing list pgsql-committers

From Tom Lane
Subject [COMMITTERS] pgsql: Sync our copy of the timezone library with IANA releasetzcode20
Date
Msg-id E1cHbow-0001lV-5m@gemulon.postgresql.org
Whole thread Raw
List 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_4_STABLE

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

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


pgsql-committers by date:

Previous
From: Magnus Hagander
Date:
Subject: [COMMITTERS] pgsql: Add missing newline in message
Next
From: Heikki Linnakangas
Date:
Subject: [COMMITTERS] pgsql: Fix off-by-one in memory allocation for quote_literal_cstr().