Re: exp() versus the POSIX standard

Поиск
Список
Период
Сортировка
От Emre Hasegeli
Тема Re: exp() versus the POSIX standard
Дата
Msg-id CAE2gYzysOtf6+e8b+ZAne7BAVy8r-y3qJ1z+m6zpfHGLSyjnfw@mail.gmail.com
обсуждение исходный текст
Ответ на exp() versus the POSIX standard  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
> Does anyone disagree that that's a bug?  Should we back-patch
> a fix, or just change it in HEAD?  Given the lack of user
> complaints, I lean a bit towards the latter, but am not sure.

The other functions and operators pay attention to not give an error
when the input is Inf or 0.   exp() and power() are at least
inconsistent by doing so.  I don't think this behavior is useful.
Although it'd still be less risky to fix it in HEAD only.



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

Предыдущее
От: Masahiko Sawada
Дата:
Сообщение: Re: Internal key management system
Следующее
От: Emre Hasegeli
Дата:
Сообщение: Re: exp() versus the POSIX standard