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)lists(dot)postgresql(dot)org
Subject: pgsql: Sync our copy of the timezone library with IANA release tzcode20
Date: 2018-10-31 13:48:51
Message-ID: E1gHqrb-00070y-EJ@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 tzcode2018g.

This patch absorbs an upstream fix to "zic" for a recently-introduced
bug that made it output data that some 32-bit clients couldn't read.
Given the current source data, the bug only manifests in zones with
leap seconds, which we don't generate, so that there's no actual
change in our installed timezone data files from this. Still, in
case somebody uses our copy of "zic" to do something else, it seems
best to apply the fix promptly.

Also, update the README's notes about converting upstream code to
our conventions.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/10bfda06176739faedf909c9aba9823cdd21165d

Modified Files
--------------
src/timezone/README | 12 +++++++--
src/timezone/zic.c | 74 ++++++++++++++++++++++++++++-------------------------
2 files changed, 49 insertions(+), 37 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2018-10-31 14:50:53 pgsql: Fix typo in xlog.c.
Previous Message Tom Lane 2018-10-31 12:37:10 pgsql: Update time zone data files to tzdata release 2018g.