pgsql-server: Check more test points (in fact, every week in 1970..2004)

Поиск
Список
Период
Сортировка
От tgl@svr1.postgresql.org (Tom Lane)
Тема pgsql-server: Check more test points (in fact, every week in 1970..2004)
Дата
Msg-id 20040710230650.E81C2D1B1F8@svr1.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql-server: Check more test points (in fact, every
Список pgsql-committers
Log Message:
-----------
Check more test points (in fact, every week in 1970..2004) to get a more
accurate matching of our time zone to the system's zone.  This method is
able to distinguish Antarctica/Casey from Australia/Perth, as in Chris
K-L's recent example; and it is not materially slower than before, because
the extra checks generally don't get done against very many time zones.

It seems possible that with this test we'd be able to correctly identify
Windows timezones without looking at the timezone name, but I do not
have the ability to try it.

Modified Files:
--------------
    pgsql-server/src/timezone:
        pgtz.c (r1.17 -> r1.18)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/timezone/pgtz.c.diff?r1=1.17&r2=1.18)

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

Предыдущее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql-server: Fix BSD-only coding in port.c (passing a local variable to
Следующее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql-server: Defend against overrun of ExtraOptions array --- strictly