regression failure on master with --disable-integer-datetimes

Поиск
Список
Период
Сортировка
От Jeff Davis
Тема regression failure on master with --disable-integer-datetimes
Дата
Msg-id 1399399313.27807.28.camel@sussancws0025
обсуждение исходный текст
Ответы Re: regression failure on master with --disable-integer-datetimes
Список pgsql-bugs
Introduced in commit 4318daecc959886d001a6e79c6ea853e8b1dfb4b.

Attached regression failure and patch. It looks like we're no longer
running floating point timestamps on the buildfarm?

To make the output for float/integer timestamps the same, we either need
to remove the fractional seconds or reduce the number of hours.

It looks like the test is for maximum output length of an interval, so
it seems better to reduce the number of hours to one million, which is
what my patch does. It still loses 3 characters of output length, which
is a bit unfortunate given the purpose of the test, but it's better than
losing 7. I don't have a better idea.

Regards,
    Jeff Davis


Вложения

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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: BUG #9635: Wal sender process is using 100% CPU
Следующее
От: Tom Lane
Дата:
Сообщение: Re: regression failure on master with --disable-integer-datetimes