[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 E1e6kg1-0007sb-10@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Sync our copy of the timezone library with IANA release tzcode2017c.

This is a trivial update containing only cosmetic changes.  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 47f849a3c left it.

Branch
------
REL_10_STABLE

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

Modified Files
--------------
src/timezone/README      |  2 +-
src/timezone/localtime.c |  4 ++--
src/timezone/strftime.c  | 15 +++++++--------
src/timezone/tzfile.h    |  4 ++--
src/timezone/zic.c       | 14 ++++++++------
5 files changed, 20 insertions(+), 19 deletions(-)


--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Fix some oversights in expression dependency recording.
Next
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Update time zone data files to tzdata release 2017c.