Re: [PATCHES] Interval aggregate regression failure

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [PATCHES] Interval aggregate regression failure
Дата
Msg-id 27363.1157076876@sss.pgh.pa.us
обсуждение исходный текст
Ответы Re: [PATCHES] Interval aggregate regression failure  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-hackers
Bruce Momjian <bruce@momjian.us> writes:
> I am unclear about this report.  The patch was not meant to fix every
> interval issue, but merely to improve multiplication and division
> computations.  Does it do that?

According to Michael's last report, your patch fails under
--enable-integer-datetimes.

This is an issue where you have to be "as simple as possible, but no
simpler".  I think the approach you are proposing is too simple.
Michael's last patch here:
http://archives.postgresql.org/pgsql-patches/2006-08/msg00447.php
looks considerably more likely to lead to a workable answer.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: massive speedup on temp table creation/destruction?
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [PATCHES] Interval aggregate regression failure