pgsql: Put back our old workaround for machines that declare cbrt() in

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Put back our old workaround for machines that declare cbrt() in
Date: 2009-03-04 22:08:28
Message-ID: 20090304220828.21263755AA5@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Put back our old workaround for machines that declare cbrt() in math.h but
fail to provide the function itself. Not sure how we escaped testing anything
later than 7.3 on such cases, but they still exist, as per Andr Volpato's
report about AIX 5.3.

Tags:
----
REL8_3_STABLE

Modified Files:
--------------
pgsql/src/backend/utils/adt:
float.c (r1.153 -> r1.153.2.1)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/float.c?r1=1.153&r2=1.153.2.1)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2009-03-04 22:08:34 pgsql: Put back our old workaround for machines that declare cbrt() in
Previous Message Tom Lane 2009-03-04 22:08:20 pgsql: Put back our old workaround for machines that declare cbrt() in