failed test float8 on mingw

From: "Jaime Casanova" <jcasanov(at)systemguards(dot)com(dot)ec>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: failed test float8 on mingw
Date: 2008-11-11 05:56:46
Message-ID: 3073cc9b0811102156l3e0f0164lb65004ecf2327f1d@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

Trying to review some patches on windows... mingw: 5.1.4; msys:
1.0.10; gcc 3.4.5
This is not current head but this morning snapshot tarball... but i
saw this same error with yesterday tarball...

I get this failure on regression tests:

expected output:

SELECT '10e-400'::float8;
! ERROR: "10e-400" is out of range for type double precision
! LINE 1: SELECT '10e-400'::float8;
! ^
SELECT '-10e-400'::float8;
! ERROR: "-10e-400" is out of range for type double precision
! LINE 1: SELECT '-10e-400'::float8;
!

actual result output:

SELECT '10e-400'::float8;
! float8
! --------
! 0
! (1 row)
!
SELECT '-10e-400'::float8;
! float8
! --------
! 0
! (1 row)

--
Atentamente,
Jaime Casanova
Soporte y capacitación de PostgreSQL
Asesoría y desarrollo de sistemas
Guayaquil - Ecuador
Cel. +59387171157

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jaime Casanova 2008-11-11 06:12:29 Re: [PATCHES] Solve a problem of LC_TIME of windows.
Previous Message Jaime Casanova 2008-11-11 04:42:15 Re: question for patch "Automatically update view"