pgsql: Sync our copy of the timezone library with IANA release tzcode20 - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Sync our copy of the timezone library with IANA release tzcode20
Date
Msg-id E1kVlpH-0005XA-7d@gemulon.postgresql.org
Whole thread Raw
List 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
------
REL9_5_STABLE

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

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


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Avoid premature de-doubling of quote marks in ECPG strings.
Next
From: Michael Paquier
Date:
Subject: pgsql: Improve performance of Unicode {de,re}composition in the backend