Re: BUG #1577: round(dp) function does not round to nearest integer properly

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #1577: round(dp) function does not round to nearest integer properly
Дата
Msg-id 22067.1113199417@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: BUG #1577: round(dp) function does not round to nearest integer properly  (Russell Smith <russell@pws.com.au>)
Список pgsql-bugs
Russell Smith <russell@pws.com.au> writes:
> Either way 8.0.1 round differently;

The rounding is the same.  The difference from 7.2 is that the unadorned
literal "42.5" is now considered to be numeric whereas 7.2 treated it as
float8.  This changed quite some time ago (in 7.3 it looks like).

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #1584: undefined symbol _tas
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #1580: pg_dumpall aborts when cwd is unreadable