pgsql: Update time zone data files to tzdata release 2013i.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Update time zone data files to tzdata release 2013i.
Дата
Msg-id E1WEVUX-0006x3-5W@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Update time zone data files to tzdata release 2013i.

DST law changes in Jordan; historical changes in Cuba.

Also, remove the zones Asia/Riyadh87, Asia/Riyadh88, and Asia/Riyadh89.
Per the upstream announcement:
    The files solar87, solar88, and solar89 are no longer distributed.
    They were a negative experiment -- that is, a demonstration that
    tz data can represent solar time only with some difficulty and error.
    Their presence in the distribution caused confusion, as Riyadh
    civil time was generally not solar time in those years.

Branch
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/3212ba534d8a02722855b3bcb72099e662cc464b

Modified Files
--------------
src/timezone/data/asia         |   30 ++-
src/timezone/data/northamerica |    8 +-
src/timezone/data/solar87      |  390 ---------------------------------------
src/timezone/data/solar88      |  390 ---------------------------------------
src/timezone/data/solar89      |  395 ----------------------------------------
5 files changed, 28 insertions(+), 1185 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Update time zone data files to tzdata release 2013i.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Ooops, forgot to remove solar87 and friends from src/timezone/Ma