Put back our old workaround for machines that declare cbrt() in math.h but
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 4 Mar 2009 22:08:20 +0000 (22:08 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 4 Mar 2009 22:08:20 +0000 (22:08 +0000)
commit7490502f9937c3edabb1566e1445ac6ab9f577e9
tree52e831288a69332e1173e488d7eab8388a5d97eb
parent017825bb20c92079110c9162cd7421b01128b0d0
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.
src/backend/utils/adt/float.c