git.postgresql.org Git - postgresql.git/commitdiff

git projects / postgresql.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f9ac414)
Add #include <float.h> for platforms that still need it.
Tue, 2 Jan 2007 20:50:35 +0000 (20:50 +0000)
Tue, 2 Jan 2007 20:50:35 +0000 (20:50 +0000)

diff --git a/src/backend/utils/adt/float.c b/src/backend/utils/adt/float.c
index 4c081540a6f9516c3f05de4482761e405d6e5d33..5cd98605dc92aca3f07d11e3b8eff920b3ca796f 100644 (file)
--- a/src/backend/utils/adt/float.c
+++ b/src/backend/utils/adt/float.c
@@ -8,13 +8,14 @@
*
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/backend/utils/adt/float.c,v 1.132 2007年01月02日 20:00:49 momjian Exp $
+ * $PostgreSQL: pgsql/src/backend/utils/adt/float.c,v 1.133 2007年01月02日 20:50:35 momjian Exp $
*
*-------------------------------------------------------------------------
*/
#include "postgres.h"
#include <ctype.h>
+#include <float.h>
#include <math.h>
#include <limits.h>
/* for finite() on Solaris */
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /