Re: [PORTS] Problem compiling on HP/Compaq Tru64 UNIX

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [PORTS] Problem compiling on HP/Compaq Tru64 UNIX
Дата
Msg-id 200210211547.g9LFlZr25363@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: [PORTS] Problem compiling on HP/Compaq Tru64 UNIX  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
Tom Lane wrote:
> "Ron Harter" <rharter@pobox.com> writes:
> > We are trying to compile and install postgresql on Tru64 UNIX. We get some
> > errors during the build saying NAN not defined.
>
> AFAICS, all uses of NAN in the PG code are preceded by something like
>
> #ifndef NAN
> #define NAN        (0.0/0.0)
> #endif
>
> ... which might or might not be the right thing for your platform, but
> it certainly shouldn't yield an "undefined name" kind of error.
>
> Could you be more specific about what error you're getting?
> And where?

And mention the PostgreSQL version.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

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

Предыдущее
От: "Gregory Wood"
Дата:
Сообщение: Re: transactions
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: Security implications of (plpgsql) functions