We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a572fc2 commit 88325bdCopy full SHA for 88325bd
src/backend/utils/adt/float.c
@@ -7,7 +7,7 @@
7
*
8
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/backend/utils/adt/float.c,v 1.21 1997/09/13 03:10:11 thomas Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/adt/float.c,v 1.22 1997/09/23 22:53:37 momjian Exp $
11
12
*-------------------------------------------------------------------------
13
*/
@@ -1523,6 +1523,8 @@ double x;
1523
#undef class
1524
#endif /* CLASS_CONFICT */
1525
1526
+#include <float.h>
1527
+
1528
static int
1529
isinf(x)
1530
double x;
src/template/.similar
@@ -13,3 +13,4 @@ i586-pc-linux-gnu=linux-elf
i686-pc-linux-gnu=linux-elf
14
sparc-unknown-linux-gnu=linux-elf
15
alpha-unknown-linux-gnu=linuxalpha
16
+powerpc-ibm-aix4.1.5.0
0 commit comments