Re: [HACKERS] snapshot and FreeBSD-2.2.7 not building
| От | Bruce Momjian |
|---|---|
| Тема | Re: [HACKERS] snapshot and FreeBSD-2.2.7 not building |
| Дата | |
| Msg-id | 199901030530.AAA04739@candle.pha.pa.us обсуждение |
| Ответ на | Re: [HACKERS] snapshot and FreeBSD-2.2.7 not building (Hal Snyder <hal@enteract.com>) |
| Ответы |
Re: [HACKERS] snapshot and FreeBSD-2.2.7 not building
Re: [HACKERS] snapshot and FreeBSD-2.2.7 not building |
| Список | 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 по дате отправления: