pgsql: Adjust interval-addition test so that it won't fail on DST

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Adjust interval-addition test so that it won't fail on DST
Дата
Msg-id 20060402194004.C80A811F87EE@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Adjust interval-addition test so that it won't fail on DST transition days.
Strange that we missed this DST dependence while fixing the others.

Tags:
----
REL8_1_STABLE

Modified Files:
--------------
    pgsql/src/test/regress/sql:
        horology.sql (r1.31 -> r1.31.2.1)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/sql/horology.sql.diff?r1=1.31&r2=1.31.2.1)
    pgsql/src/test/regress/expected:
        horology.out (r1.58 -> r1.58.2.1)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/horology.out.diff?r1=1.58&r2=1.58.2.1)

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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Adjust interval-addition test so that it won't fail on DST
Следующее
От: neilc@postgresql.org (Neil Conway)
Дата:
Сообщение: pgsql: Rewrite much of psql's \connect code, for the sake of code