pgsql: Put back our old workaround for machines that declare cbrt() in - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Put back our old workaround for machines that declare cbrt() in
Date
Msg-id 20090304220820.4B78E755AA5@cvs.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: mha@postgresql.org (Magnus Hagander)
Date:
Subject: pgsql: Change hba load failure message to LOG instead of WARNING.
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Put back our old workaround for machines that declare cbrt() in