Re: [HACKERS] snapshot and FreeBSD-2.2.7 not building - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: [HACKERS] snapshot and FreeBSD-2.2.7 not building
Date
Msg-id 199901030530.AAA04739@candle.pha.pa.us
Whole thread Raw
In response to Re: [HACKERS] snapshot and FreeBSD-2.2.7 not building  (Hal Snyder <hal@enteract.com>)
Responses Re: [HACKERS] snapshot and FreeBSD-2.2.7 not building
Re: [HACKERS] snapshot and FreeBSD-2.2.7 not building
List pgsql-hackers
> Thanks for the follow-up. Suggestion:
> 
> At the top of numeric.c or in include/utils/numeric.h, put
> 
> #ifndef NAN
> #define pgNAN (0.0/0.0)
> #endif
> 
> Then in numeric.c, if NAN isn't defined,

Done.  Used:
#ifndef NAN#define NAN     (0.0/0.0)#endif

at the top of numeric.c, and removed my other #ifdef's.

--  Bruce Momjian                        |  http://www.op.net/~candle maillist@candle.pha.pa.us            |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-hackers by date:

Previous
From: Hal Snyder
Date:
Subject: Re: [HACKERS] snapshot and FreeBSD-2.2.7 not building
Next
From: Oleg Broytmann
Date:
Subject: Re: Date/time fixes for HAVE_TM_ZONE platforms