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:53
Message-ID: 20090304220853.51DB1755AA5@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:
----
REL7_4_STABLE

Modified Files:
--------------
pgsql/src/backend/utils/adt:
float.c (r1.94 -> r1.94.2.1)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/float.c?r1=1.94&r2=1.94.2.1)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2009-03-05 14:27:50 pgsql: Add MUST (Mauritius Island Summer Time) to the list of known
Previous Message Tom Lane 2009-03-04 22:08:46 pgsql: Put back our old workaround for machines that declare cbrt() in