]> granicus.if.org Git - postgresql/commit
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)
commit59156ad1b24140279d1db6e758878d6a6d2f107f
tree9f775fca8004a6581dc33d1d63834d57007478de
parentd7d7157109dd7db00f960daa0b0603d4f822408c
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