Re: Final call for platform testing - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Final call for platform testing
Date
Msg-id 6357.986321825@sss.pgh.pa.us
Whole thread Raw
In response to Re: Final call for platform testing  (Thomas Lockhart <lockhart@alumni.caltech.edu>)
List pgsql-hackers
Thomas Lockhart <lockhart@alumni.caltech.edu> writes:
> Not sure how to test the "implicit time zone" feature of "TIME WITH TIME
> ZONE" without risking the same kinds of trouble. Maybe the test should
> be recast to using only comparisons with other date/time types which
> have been shown to behave themselves across time zone boundaries. But
> I'm not sure that this would continue to really test the feature.

I suspect we have no choice but to eliminate this particular test from
the regression suite.  A test that fails for a few days around DST
boundaries is one thing, but a test that fails for six months out of the
year is another.

BTW, the reason HPUX was failing to fail is that its mktime() is picky
about tm_year; we were forgetting to subtract off 1900 in that
particular code path.  Fixed.  Now I get a failure like everyone else ;-)
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [BUGS] Loosing files after backend crash
Next
From: Tom Lane
Date:
Subject: pg_dump performance lossage for primary keys