Re: Regression error on float8 - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Regression error on float8
Date
Msg-id 18969.1145835917@sss.pgh.pa.us
Whole thread Raw
In response to Regression error on float8  ("Magnus Hagander" <mha@sollentuna.net>)
List pgsql-hackers
"Magnus Hagander" <mha@sollentuna.net> writes:
> I'm getting the following regression errors with a backend built using
> Visual C++:

Is HAVE_CBRT getting defined?  Either their cbrt() routine or our
default one seems to be generating slightly-off answers.  The default
one (at the bottom of float.c) certainly looks a bit cheesy, but if it
fails this test you'd think we'd have heard about that sooner.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Agent M
Date:
Subject: Re: Protocol Message Graph
Next
From: "Marc G. Fournier"
Date:
Subject: Re: Can't commit due to perl upgrade