Re: pgsql/src/test/regress expected/horology-no-DS ... - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql/src/test/regress expected/horology-no-DS ...
Date
Msg-id 23225.986537194@sss.pgh.pa.us
Whole thread Raw
In response to pgsql/src/test/regress expected/horology-no-DS ...  (Thomas Lockhart <thomas@hub.org>)
List pgsql-committers
Thomas Lockhart <thomas@hub.org> writes:
>     Alter the previous test for "time with time zone" implicit time zone
>     (which failed miserably during DST) to just compare against a time
>     derived from a timestamp value.
>     Certainly not a direct check for a correct result, but should work
>     at any time of year.

Actually, I was expecting you to add at the end of the test script:

    set timezone = GMT;

    -- perform the two broken tests here

which should also eliminate the dependency on DST season.  But maybe
it's a bit late in the cycle for that ...

            regards, tom lane

pgsql-committers by date:

Previous
From: Thomas Lockhart
Date:
Subject: pgsql/doc/src/sgml installation.sgml
Next
From: Hiroshi Inoue
Date:
Subject: pgsql/src/interfaces/odbc convert.c