pgsql: Sync our copy of the timezone library with IANA release tzcode20

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Sync our copy of the timezone library with IANA release tzcode20
Дата
Msg-id E1kVlpH-0005Ws-4v@gemulon.postgresql.org
обсуждение исходный текст
Список 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_11_STABLE

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

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Avoid premature de-doubling of quote marks in ECPG strings.
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: Improve performance of Unicode {de,re}composition in the backend