isinf() doesn't exist under i386_solaris, so code it such that
Marc G. Fournier <scrappy@hub.org>
isinf() doesn't exist under i386_solaris, so code it such that it is (!isnan() && !finite()) instead
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/port/Makefile.in | modified | +2 −2 |
| src/configure | modified | +95 −43 |
| src/configure.in | modified | +4 −1 |