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

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Adjust interval-addition test so that it won't fail on DST
Date: 2006-04-02 19:39:54
Message-ID: 20060402193954.BA1B111F8773@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Modified Files:
--------------
pgsql/src/test/regress/sql:
horology.sql (r1.31 -> r1.32)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/sql/horology.sql.diff?r1=1.31&r2=1.32)
pgsql/src/test/regress/expected:
horology.out (r1.59 -> r1.60)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/horology.out.diff?r1=1.59&r2=1.60)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2006-04-02 19:40:04 pgsql: Adjust interval-addition test so that it won't fail on DST
Previous Message Peter Eisentraut 2006-04-02 17:38:13 pgsql: Update information schema for SQL:2003 and new PostgreSQL