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:20
Message-ID: 20090304220820.4B78E755AA5@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.

Modified Files:
--------------
pgsql/src/backend/utils/adt:
float.c (r1.160 -> r1.161)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/float.c?r1=1.160&r2=1.161)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2009-03-04 22:08:28 pgsql: Put back our old workaround for machines that declare cbrt() in
Previous Message Magnus Hagander 2009-03-04 18:43:38 pgsql: Change hba load failure message to LOG instead of WARNING.