OSDN Git Service

Replace float.c's #ifdef finite check with a proper autoconf check, so it
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 2 Oct 1999 17:45:31 +0000 (17:45 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 2 Oct 1999 17:45:31 +0000 (17:45 +0000)
commit1f122a7c4c9562dfe31b9a2c44b5b843bfca40bd
tree3c5a40f5820aa7b6441baff23bc504ee60fdbcbe
parent54204e6c78f3a227ee1769908524d15d8fe2d0b8
Replace float.c's #ifdef finite check with a proper autoconf check, so it
works if finite() is a function.  Patch from Christof Petig.
src/backend/utils/adt/float.c
src/configure
src/configure.in
src/include/config.h.in