agora inbox for pgsql-committers@postgresql.org  
help / color / mirror / Atom feed
From: 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: Sat, 17 Oct 2020 01:54:55 +0000
Message-ID: <E1kTbQt-0005j7-QC@gemulon.postgresql.org> (raw)

Sync our copy of the timezone library with IANA release tzcode2020c.

This changes zic's default output format from "-b fat" to "-b slim".
We were already using "slim" in v13/HEAD, so those branches drop
the explicit -b switch in the Makefiles.  Instead, add an explicit
"-b fat" in v12 and before, so that we don't change the output file
format in those branches.  (This is perhaps excessively conservative,
but we decided not to do so in a12079109, and I'll stick with that.)

Other non-cosmetic changes are to drop support for zic's long-obsolete
"-y" switch, and to ensure that strftime() does not change errno
unless it fails.

As usual with tzcode changes, back-patch to all supported branches.

Branch
------
REL9_6_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/5515c73a610568e9572e01137a0153a98c1f6088

Modified Files
--------------
src/timezone/Makefile     |   2 +-
src/timezone/README       |   2 +-
src/timezone/strftime.c   |  10 +++
src/timezone/zic.c        | 205 +++++++++++++++-------------------------------
src/tools/msvc/Install.pm |   2 +-
5 files changed, 80 insertions(+), 141 deletions(-)



view thread (104+ messages)  latest in thread

Message-ID: <E1kTbQt-0005j7-QC@gemulon.postgresql.org>
Permalink:  ../E1kTbQt-0005j7-QC@gemulon.postgresql.org/
Also on:    postgresql.org/message-id/E1kTbQt-0005j7-QC@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: <E1kTbQt-0005j7-QC@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