Re: pgsql: Improve our private implementation of cbrt() to give results of - Mailing list pgsql-hackers

From Magnus Hagander
Subject Re: pgsql: Improve our private implementation of cbrt() to give results of
Date
Msg-id 6BCB9D8A16AC4241919521715F4D8BCEA0F93A@algol.sollentuna.se
Whole thread Raw
List pgsql-hackers
Confirmed to work on Win32 Visual C++.

With this patch, Win32 VisualC++ now passes all regression tests.
Thanks, Tom!

//Magnus

> -----Original Message-----
> From: pgsql-committers-owner@postgresql.org
> [mailto:pgsql-committers-owner@postgresql.org] On Behalf Of Tom Lane
> Sent: Monday, April 24, 2006 10:37 PM
> To: pgsql-committers@postgresql.org
> Subject: pgsql: Improve our private implementation of cbrt()
> to give results of
>
> Log Message:
> -----------
> Improve our private implementation of cbrt() to give results
> of the accuracy expected by the regression tests.  Per
> suggestion from Martijn van Oosterhout.
>
> Modified Files:
> --------------
>     pgsql/src/backend/utils/adt:
>         float.c (r1.123 -> r1.124)
>
> (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/
> utils/adt/float.c.diff?r1=1.123&r2=1.124)
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 9: In versions below 8.0, the planner will ignore your desire to
>        choose an index scan if your joining column's datatypes do not
>        match
>


pgsql-hackers by date:

Previous
From: Kris Jurka
Date:
Subject: Re: 2x compile warning
Next
From: Tom Lane
Date:
Subject: Re: 2x compile warning