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 E1bwzml-0002Yk-0H@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Sync our copy of the timezone library with IANA release tzcode2016g.

This is mostly to absorb some corner-case fixes in zic for year-2037
timestamps.  The other changes that have been made are unlikely to affect
our usage, but nonetheless we may as well take 'em.

Branch
------
REL9_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/66adeefdad85f1ee062ecf894b800641f284d334

Modified Files
--------------
src/timezone/localtime.c |   5 +-
src/timezone/private.h   |   1 +
src/timezone/strftime.c  |   2 +-
src/timezone/zic.c       | 440 ++++++++++++++++++++++++++---------------------
4 files changed, 250 insertions(+), 198 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Sync our copy of the timezone library with IANA release tzcode20
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Windows portability fix.