Re: Interval aggregate regression failure (expected seems

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Interval aggregate regression failure (expected seems
Дата
Msg-id 18183.1131373906@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Interval aggregate regression failure (expected seems  (Michael Paesold <mpaesold@gmx.at>)
Ответы Re: Interval aggregate regression failure (expected seems  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Michael Paesold <mpaesold@gmx.at> writes:
> I have tested these combination of CFLAGS:
> -O2                                 OK
> -O2 -mcpu=i686 -march=i686          OK (good, RPMS are built with these)
> -O2 -mcpu=pentium4 -march=i686      OK
> -O2 -mcpu=pentium4 -march=pentium4  fails

> I am definatly not going to use -march=pentium4 in any production 
> system. Should I open a bug report with RedHat (gcc vendor)?

Yeah, but they'll probably want a smaller test case than "Postgres fails
its regression tests" :-(

My guess is that the problem is misoptimization of the interval_div()
function (look in utils/adt/timestamp.c), and that you could probably
construct a nice small test case for them out of that function.
        regards, tom lane


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

Предыдущее
От: Tino Wildenhain
Дата:
Сообщение: Re: Getting table name/tuple from OID
Следующее
От: Christopher Kings-Lynne
Дата:
Сообщение: Re: Getting table name/tuple from OID