Re: Final call for platform testing

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Final call for platform testing
Дата
Msg-id 6357.986321825@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Final call for platform testing  (Thomas Lockhart <lockhart@alumni.caltech.edu>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [BUGS] Loosing files after backend crash
Следующее
От: Tom Lane
Дата:
Сообщение: pg_dump performance lossage for primary keys