Michael, Fuhr wrote:
The errors were the following:
template1=# SELECT 'NaN'::float4;
ERROR: 22003: type "real" value out of range: overflow
LOCATION: CheckFloat4Val, float.c:219
The code around float.c:219 looks like this:
if (fabs(val) > FLOAT4_MAX)
ereport(ERROR,
On Thu, Jan 27, 2005 at 05:11:16PM -0500, Tamas Vincze wrote:
> But I guess my only option now is to upgrade my build tools and give
> it another try...
Even if that works, it might be useful to track down exactly what's
causing the problem.
--
Michael Fuhr
http://www.fuhr.org/~mfuhr/
On Thu, Jan 27, 2005 at 02:33:05PM -0700, Michael Fuhr wrote:
>
> A few months ago an issue with strtod() on Solaris came up:
>
> http://archives.postgresql.org/pgsql-bugs/2004-08/msg00073.php
> http://archives.postgresql.org/pgsql-bugs/2004-08/msg00127.php
>
> I wonder if you're experiencing a
Michael Fuhr wrote:
Is anything else under there?
I re-built it with
$ ./configure --prefix=/usr/local/pgsql-8.0.0 --without-readline
and still have the same errors in the float4, float8 and misc tests.
ldd src/test/regress/tmp_check/install/usr/local/pgsql-8.0.0/bin/postmaster
libz.so =>
On Thu, Jan 27, 2005 at 12:59:06PM -0700, Michael Fuhr wrote:
> When I get a chance I'll do a build with --enable-thread-safety
> and without --enable-debug and see if it matters.
It occurred to me that --enable-thread-safety affects the client-side
libraries so I don't know why that would matter
Michael Fuhr <[EMAIL PROTECTED]> writes:
> On Thu, Jan 27, 2005 at 02:08:36PM -0500, Tamas Vincze wrote:
>> I've compiled from the final tarball - maybe something's changed
>> since you got the sources from CVS?
> I've been following the 8.0 development for months, doing CVS updates
> and rebuildi
On Thu, Jan 27, 2005 at 02:08:36PM -0500, Tamas Vincze wrote:
> The configure command was:
> $ ./configure --prefix=/usr/local/pgsql-8.0.0 --enable-thread-safety
> --with-includes=/export/home/vincze/include
> --with-libs=/export/home/vincze/lib
>
> The readline library is installed under my ho
Hi Michael,
I see test failures in float4, float8 and misc.
What configure options did you use? What compiler are you using?
Did you specify any custom compiler or linker options?
The configure command was:
$ ./configure --prefix=/usr/local/pgsql-8.0.0 --enable-thread-safety
--with-includes=/expo
On Thu, Jan 27, 2005 at 11:06:54AM -0500, Tamas Vincze wrote:
> I see test failures in float4, float8 and misc.
What configure options did you use? What compiler are you using?
Did you specify any custom compiler or linker options?
I've built PostgreSQL 8.0.0 (from CVS) on Solaris 9/sparc many
Hi,
I see test failures in float4, float8 and misc.
Both float4 and float8 fail on the tests involving NaN and Infinity.
Here's the verbose output of the failed statements:
template1=# SELECT 'NaN'::float4;
ERROR: 22003: type "real" value out of range: overflow
LOCATION: CheckFloat4Val, float.c:2
10 matches
Mail list logo