isinf() doesn't exist under i386_solaris, so code it such that
authorMarc G. Fournier <scrappy@hub.org>
Tue, 13 Jan 1998 19:22:29 +0000 (19:22 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Tue, 13 Jan 1998 19:22:29 +0000 (19:22 +0000)
commit434165295a4c512c64f12f0e4b6f84d352e4159f
tree4f6761938a66e16a2292f7cd2b7b1229a137c2f3
parent06356b897829bd2686a70ddb62b0c7b774c7113e
isinf() doesn't exist under i386_solaris, so code it such that
it is (!isnan() && !finite()) instead
src/backend/port/Makefile.in
src/configure
src/configure.in