Another regression test failure.

Поиск
Список
Период
Сортировка
От Keith Parks
Тема Another regression test failure.
Дата
Msg-id 199801070039.AAA16523@mtcc.demon.co.uk
обсуждение исходный текст
Список pgsql-hackers
Hi,

Anyone have any ideas about this error in the horology regression test?

The platform is SPARC-Linux running the latest CVS build.

Keith.


QUERY: CREATE TABLE TEMP_DATETIME (f1 datetime);
QUERY: INSERT INTO TEMP_DATETIME (f1)
  SELECT d1 FROM DATETIME_TBL
  WHERE d1 BETWEEN '13-jun-1957' AND '1-jan-1997'
   OR d1 BETWEEN '1-jan-1999' AND '1-jan-2010';
ABORT:  floating point exception! The last floating point operation either
exceeded legal ranges or was a divide by zero
QUERY: SELECT '' AS ten, f1 AS datetime
  FROM TEMP_DATETIME
  ORDER BY datetime;
ten|datetime
---+--------
(0 rows)


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

Предыдущее
От: The Hermit Hacker
Дата:
Сообщение: Re: [HACKERS] database size
Следующее
От: Peter T Mount
Дата:
Сообщение: Re: [HACKERS] I want to change libpq and libpgtcl for better handling of large query results