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: 2020-06-17 22:29:59
Message-ID: E1jlgZD-0006Nq-3f@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 tzcode2020a.

This absorbs a leap-second-related bug fix in localtime.c, and
teaches zic to handle an expiration marker in the leapseconds file.
Neither are of any interest to us (for the foreseeable future
anyway), but we need to stay more or less in sync with upstream.

Also adjust some over-eager changes in the README from commit 957338418.
I have no intention of making changes that require C99 in this code,
until such time as all the live back branches require C99. Otherwise
back-patching will get too exciting.

For the same reason, absorb assorted whitespace and other cosmetic
changes from HEAD into the back branches; mostly this reflects use of
improved versions of pgindent.

All in all then, quite a boring update. But I figured I'd get it
done while I was looking at this code.

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/3ced1dd6c479389b4000ae484a12b11e8d77b844

Modified Files
--------------
src/timezone/README | 2 +-
src/timezone/localtime.c | 37 +++++++---
src/timezone/pgtz.c | 6 +-
src/timezone/pgtz.h | 4 +-
src/timezone/strftime.c | 10 ++-
src/timezone/zic.c | 181 +++++++++++++++++++++++++++++------------------
6 files changed, 153 insertions(+), 87 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2020-06-18 01:22:45 pgsql: doc: Fix formatting typo
Previous Message Peter Geoghegan 2020-06-17 22:24:22 pgsql: Fix nbtree.h dedup state comment.