Replace float.c's #ifdef finite check with a proper autoconf check, so it
Tom Lane <tgl@sss.pgh.pa.us>
Replace float.c's #ifdef finite check with a proper autoconf check, so it works if finite() is a function. Patch from Christof Petig.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/utils/adt/float.c | modified | +5 −5 |
| src/configure | modified | +107 −83 |
| src/configure.in | modified | +6 −0 |
| src/include/config.h.in | modified | +3 −0 |