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

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: hal(at)enteract(dot)com (Hal Snyder)
Cc: hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] snapshot and FreeBSD-2.2.7 not building
Date: 1999-01-03 05:30:09
Message-ID: 199901030530.AAA04739@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
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(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Oleg Broytmann 1999-01-03 13:40:10 Re: Date/time fixes for HAVE_TM_ZONE platforms
Previous Message Hal Snyder 1999-01-03 03:50:57 Re: [HACKERS] snapshot and FreeBSD-2.2.7 not building