Re: [HACKERS] problems compiling in solaris 10

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [HACKERS] problems compiling in solaris 10
Дата
Msg-id 27239.1491770850@sss.pgh.pa.us
обсуждение исходный текст
Ответ на [HACKERS] problems compiling in solaris 10  (Jaime Casanova <jaime.casanova@2ndquadrant.com>)
Список pgsql-hackers
Jaime Casanova <jaime.casanova@2ndquadrant.com> writes:
> I'm compiling HEAD on solaris 10 and i'm getting this warning

> float.c: In function ‘is_infinite’:
> float.c:201:2: warning: implicit declaration of function ‘isinf’
> [-Wimplicit-function-declaration]

There was a previous discussion of that here:

https://www.postgresql.org/message-id/flat/542269E4.40406%40ohmu.fi

The discussion seems to have trailed off without any agreement to do
anything about it.  The concern was basically that turning on C99
mode might cause problems worse than an apparently-harmless warning.
        regards, tom lane



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

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: Re: [HACKERS] pg_basebackup: Allow use of arbitrary compression program
Следующее
От: Joe Conway
Дата:
Сообщение: Re: [HACKERS] partitioned tables and contrib/sepgsql