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

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

Commit: 3694e3ed17dc6bcea3f30f2df03d7e2fc0707ed7
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2009-03-04T22:08:46Z
Releases: 8.0.21
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