Put back our old workaround for machines that declare cbrt() in math.h but

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 4c1324589692e6cac7be294607ac3d8d9f46c2d2
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2009-03-04T22:08:53Z
Releases: 7.4.25
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.

Files

PathChange+/−
src/backend/utils/adt/float.c modified +10 −1