pgsql: Improve our private implementation of cbrt() to give results of

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Improve our private implementation of cbrt() to give results of
Date: 2006-04-24 20:36:41
Message-ID: 20060424203641.BD2CD11F86B9@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Tags:
----
REL8_1_STABLE

Modified Files:
--------------
pgsql/src/backend/utils/adt:
float.c (r1.115 -> r1.115.2.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/float.c.diff?r1=1.115&r2=1.115.2.1)

Browse pgsql-committers by date

  From Date Subject
Next Message Marc G. Fournier 2006-04-24 20:48:10 For those with @postgresql.org mailboxes, please read ...
Previous Message Tom Lane 2006-04-24 20:36:32 pgsql: Improve our private implementation of cbrt() to give results of