Re: 7.0.2 on Solaris

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: 7.0.2 on Solaris
Дата
Msg-id Pine.LNX.4.21.0007021717440.351-100000@localhost.localdomain
обсуждение исходный текст
Ответ на 7.0.2 on Solaris  (pgsql-hackers@thewrittenword.com)
Ответы Re: 7.0.2 on Solaris  (pgsql-hackers@thewrittenword.com)
Список pgsql-hackers
pgsql-hackers@thewrittenword.com writes:

> 3. Why is NAN defined in src/include/solaris_i386.h as:
> #define                            NAN     (*(__const double *) __nan)
> #endif   /* GCC.  */
> if the compiler is not GCC? The Solaris C compiler does not like this.
> I removed it and the compilation succeeded.

We never cleared out this item. What is the proper way to generate a `NaN'
on your compiler? Does `0.0/0.0' work?


-- 
Peter Eisentraut                  Sernanders väg 10:115
peter_e@gmx.net                   75262 Uppsala
http://yi.org/peter-e/            Sweden



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Makefile for parser
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Big 7.1 open items