[COMMITTERS] pgsql: Sync our copy of the timezone library with IANA releasetzcode20

Поиск
Список
Период
Сортировка
От Tom Lane
Тема [COMMITTERS] pgsql: Sync our copy of the timezone library with IANA releasetzcode20
Дата
Msg-id E1d4uIq-0001o2-DM@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Sync our copy of the timezone library with IANA release tzcode2017b.

zic no longer mishandles some transitions in January 2038 when it
attempts to work around Qt bug 53071.  This fixes a bug affecting
Pacific/Tongatapu that was introduced in zic 2016e.  localtime.c
now contains a workaround, useful when loading a file generated by
a buggy zic.

There are assorted cosmetic changes as well, notably relocation
of a bunch of #defines.

Branch
------
REL9_3_STABLE

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

Modified Files
--------------
src/timezone/README      |  2 +-
src/timezone/localtime.c | 73 +++++++++++++++++++++++++++++++++++-----------
src/timezone/pgtz.c      |  9 +++---
src/timezone/private.h   | 76 ++++++++++++++++++++++++++++++++++++------------
src/timezone/strftime.c  | 11 +++++--
src/timezone/tzfile.h    | 52 ---------------------------------
src/timezone/zic.c       | 15 ++++++++--
7 files changed, 139 insertions(+), 99 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: [COMMITTERS] pgsql: Fix possible null pointer dereference or invalid warningmessage
Следующее
От: Robert Haas
Дата:
Сообщение: [COMMITTERS] pgsql: Fire per-statement triggers on partitioned tables.