agora inbox for pgsql-committers@postgresql.org
help / color / mirror / Atom feedFrom: Tom Lane <tgl@sss.pgh.pa.us>
To: pgsql-committers@lists.postgresql.org
Subject: pgsql: Sync our copy of the timezone library with IANA release tzcode20
Date: Wed, 17 Jun 2020 22:29:59 +0000
Message-ID: <E1jlgZD-0006Nn-3D@gemulon.postgresql.org> (raw)
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_12_STABLE
Details
-------
https://git.postgresql.org/pg/commitdiff/812a84d1cca1f8e43adc2e6a7dfe2ae83e2c1a29
Modified Files
--------------
src/timezone/README | 2 +-
src/timezone/localtime.c | 35 +++++++---
src/timezone/pgtz.c | 2 +-
src/timezone/strftime.c | 8 ++-
src/timezone/zic.c | 173 +++++++++++++++++++++++++++++------------------
5 files changed, 143 insertions(+), 77 deletions(-)
view thread (104+ messages) latest in thread
Message-ID: <E1jlgZD-0006Nn-3D@gemulon.postgresql.org>
Permalink: ../E1jlgZD-0006Nn-3D@gemulon.postgresql.org/
Also on: postgresql.org/message-id/E1jlgZD-0006Nn-3D@gemulon.postgresql.org
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: pgsql-committers@postgresql.org
Cc: tgl@sss.pgh.pa.us, pgsql-committers@lists.postgresql.org
Subject: Re: pgsql: Sync our copy of the timezone library with IANA release tzcode20
In-Reply-To: <E1jlgZD-0006Nn-3D@gemulon.postgresql.org>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox