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:28 +0000 (22:08 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 4 Mar 2009 22:08:28 +0000 (22:08 +0000)
commitc1b5eefae471307812cf129d0754e0392f927030
treefde1cc583aa60172b159c268a31ef0abc3079281
parentc2efa19cf58041a508496e0031c5e8f5db929ccc
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