Re: pgsql: Fix interval test, which was broken for floating-point timestamp

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql: Fix interval test, which was broken for floating-point timestamp
Дата
Msg-id 12190.1399433179@sss.pgh.pa.us
обсуждение исходный текст
Ответ на pgsql: Fix interval test, which was broken for floating-point timestamp  (Jeff Davis <jdavis@postgresql.org>)
Ответы Re: pgsql: Fix interval test, which was broken for floating-point timestamp  (Jeff Davis <pgsql@j-davis.com>)
Список pgsql-committers
Jeff Davis <jdavis@postgresql.org> writes:
> Fix interval test, which was broken for floating-point timestamps.
> Commit 4318daecc959886d001a6e79c6ea853e8b1dfb4b introduced a test that
> couldn't be made consistent between integer and floating-point
> timestamps.

That patch was back-patched as far as 8.4, so if you're going to change
it, you need to back-patch too.

            regards, tom lane


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

Предыдущее
От: Jeff Davis
Дата:
Сообщение: pgsql: Fix interval test, which was broken for floating-point timestamp
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix some more confusion between uint32 and Datum.