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:32
Message-ID: 20060424203632.77E3411F6CAD@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.

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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2006-04-24 20:36:41 pgsql: Improve our private implementation of cbrt() to give results of
Previous Message Bruce Momjian 2006-04-24 19:51:13 pgsql: Remove compiler warning by casting SNPRINTF() call to void.