Re: possible obvious bug?

Поиск
Список
Период
Сортировка
От Mario Weilguni
Тема Re: possible obvious bug?
Дата
Msg-id 4D618F6493CE064A844A5D496733D6670391FA@freedom.icomedias.com
обсуждение исходный текст
Ответ на possible obvious bug?  ("Merlin Moncure" <wizard_32141@yahoo.com>)
Список pgsql-hackers
>I was playing with the Japanese win32 7.2.1 port and I noticed that "select
>0 / 0" caused the server to crash and restart.  I understand that it is a
>totally unsupported version, but it should be easy enough to check vs. the
>current version.  Note that select 0.0/0.0 worked fine!

Seems to work fine on my system.

postgres=# SELECT version();                              version
---------------------------------------------------------------------PostgreSQL 7.2.1 on i686-pc-linux-gnu, compiled by
GCCegcs-2.91.66 
(1 row)

postgres=# SELECT 0/0;
ERROR:  floating point exception! The last floating point operation either
exceeded legal ranges or was a divide by zero
postgres=#




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

Предыдущее
От: Reinoud van Leeuwen
Дата:
Сообщение: Why an array in pg_group?
Следующее
От: Rod Taylor
Дата:
Сообщение: Re: Need Quote for 7.3