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  (jwieck@debis.com (Jan Wieck))
Re: [HACKERS] snapshot and FreeBSD-2.2.7 not building  (orion.SAPserv.Hamburg.dsh.de!wieck@sapserv.debis.de)
Список 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 по дате отправления:

Предыдущее
От: Hal Snyder
Дата:
Сообщение: Re: [HACKERS] snapshot and FreeBSD-2.2.7 not building
Следующее
От: Oleg Broytmann
Дата:
Сообщение: Re: Date/time fixes for HAVE_TM_ZONE platforms