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: 2017-10-23 21:54:29
Message-ID: E1e6kg1-0007sd-1b@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 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
------
REL9_6_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/173b7a4a71dd642351baffcbb9559be25626d8d0

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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-10-23 22:16:33 pgsql: Update time zone data files to tzdata release 2017c.
Previous Message Tom Lane 2017-10-23 17:58:48 pgsql: Fix some oversights in expression dependency recording.