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-10-23 01:25:03
Message-ID: E1kVlpH-0005Wn-4A@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 tzcode2020d.

There's no functional change at all here, but I'm curious to see
whether this change successfully shuts up Coverity's warning about
a useless strcmp(), which appeared with the previous update.

Discussion: http://mm.icann.org/pipermail/tz/2020-October/029370.html

Branch
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/f56c42e503a565333f9e77d0ea40d70ecc152af8

Modified Files
--------------
src/timezone/README | 2 +-
src/timezone/zic.c | 14 ++++++++++++--
2 files changed, 13 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2020-10-23 02:09:42 pgsql: Improve performance of Unicode {de,re}composition in the backend
Previous Message Tom Lane 2020-10-22 22:30:10 pgsql: Avoid premature de-doubling of quote marks in ECPG strings.