From 1bc2d544b979164a276f9e6052f0b6d23af59b60 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Mon, 15 Mar 2004 03:29:22 +0000 Subject: Localize our dependencies on the way to create NAN or INFINITY. Per recent proposal to pghackers. --- src/backend/utils/adt/timestamp.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/backend/utils/adt/timestamp.c') diff --git a/src/backend/utils/adt/timestamp.c b/src/backend/utils/adt/timestamp.c index 4fb5f743b0..582bc369d5 100644 --- a/src/backend/utils/adt/timestamp.c +++ b/src/backend/utils/adt/timestamp.c @@ -8,7 +8,7 @@ * * * IDENTIFICATION - * $PostgreSQL: pgsql/src/backend/utils/adt/timestamp.c,v 1.100 2004/03/05 02:41:14 momjian Exp $ + * $PostgreSQL: pgsql/src/backend/utils/adt/timestamp.c,v 1.101 2004/03/15 03:29:22 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -20,10 +20,6 @@ #include #include #include -/* for finite() on Solaris */ -#ifdef HAVE_IEEEFP_H -#include -#endif #include "access/hash.h" #include "access/xact.h" -- cgit v1.2.1