HP-UX 11.23 ia64 7.4.8 regression diff

Поиск
Список
Период
Сортировка
От Ed L.
Тема HP-UX 11.23 ia64 7.4.8 regression diff
Дата
Msg-id 04fa01c57137$1ebfe680$6402010a@rowdy
обсуждение исходный текст
Список pgsql-bugs
PostgreSQL 7.4.8 on ia64-hp-hpux11.23, compiled by GCC gcc (GCC) 3.4.2

$cat ./regression.diffs
*** ./expected/float8.out       Thu Sep 25 02:58:06 2003
--- ./results/float8.out        Tue Jun 14 18:55:08 2005
***************
*** 249,255 ****
  SELECT '' AS bad, f.f1 * '1e200' from FLOAT8_TBL f;
  ERROR:  type "double precision" value out of range: overflow
  SELECT '' AS bad, f.f1 ^ '1e200' from FLOAT8_TBL f;
! ERROR:  result is out of range
  SELECT '' AS bad, ln(f.f1) from FLOAT8_TBL f where f.f1 =3D '0.0' ;
  ERROR:  cannot take logarithm of zero
  SELECT '' AS bad, ln(f.f1) from FLOAT8_TBL f where f.f1 < '0.0' ;
--- 249,255 ----
  SELECT '' AS bad, f.f1 * '1e200' from FLOAT8_TBL f;
  ERROR:  type "double precision" value out of range: overflow
  SELECT '' AS bad, f.f1 ^ '1e200' from FLOAT8_TBL f;
! ERROR:  type "double precision" value out of range: overflow
  SELECT '' AS bad, ln(f.f1) from FLOAT8_TBL f where f.f1 =3D '0.0' ;
  ERROR:  cannot take logarithm of zero
  SELECT '' AS bad, ln(f.f1) from FLOAT8_TBL f where f.f1 < '0.0' ;

=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D

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

Предыдущее
От: Ennio-Sr
Дата:
Сообщение: Re: pg_dump silently fails
Следующее
От: Geert Schreyers
Дата:
Сообщение: fmgr.c: In function `fmgr_info_cxt':,fmgr.c:161: internal compiler error: Segmentation fault