Re: [HACKERS] snapshot and FreeBSD-2.2.7 not building

Bruce Momjian <maillist@candle.pha.pa.us>

From: Bruce Momjian <maillist@candle.pha.pa.us>
To: hal@enteract.com (Hal Snyder)
Cc: hackers@postgreSQL.org
Date: 1999-01-03T05:30:09Z
Lists: 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, Pennsylvania 19026