pgsql: Sync timezone code with tzcode 2010c from the Olson group.

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Sync timezone code with tzcode 2010c from the Olson group.
Дата
Msg-id 20100311184332.4DAE17541D0@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Sync timezone code with tzcode 2010c from the Olson group.  This fixes some
corner cases that come up in certain timezones (apparently, only those with
lots and lots of distinct TZ transition rules, as far as I can gather from
a quick scan of their archives).  Per suggestion from Jeevan Chalke.

Back-patch to 8.4.  Possibly we need to push this into earlier releases
as well, but I'm hesitant to update them to the 64-bit tzcode without
more thought and testing.

Tags:
----
REL8_4_STABLE

Modified Files:
--------------
    pgsql/src/timezone:
        README (r1.7 -> r1.7.2.1)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/timezone/README?r1=1.7&r2=1.7.2.1)
        localtime.c (r1.21 -> r1.21.2.1)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/timezone/localtime.c?r1=1.21&r2=1.21.2.1)
        strftime.c (r1.14 -> r1.14.2.1)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/timezone/strftime.c?r1=1.14&r2=1.14.2.1)
        zic.c (r1.24 -> r1.24.2.1)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/timezone/zic.c?r1=1.24&r2=1.24.2.1)

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

Предыдущее
От: itagaki@pgfoundry.org (User Itagaki)
Дата:
Сообщение: pgstatsinfo - pg_statsinfo: Tested on Windows and support localized
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Sync timezone code with tzcode 2010c from the Olson group.