Re: [HACKERS] problems compiling in solaris 10 - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [HACKERS] problems compiling in solaris 10
Date
Msg-id 27239.1491770850@sss.pgh.pa.us
Whole thread Raw
In response to [HACKERS] problems compiling in solaris 10  (Jaime Casanova <jaime.casanova@2ndquadrant.com>)
List 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 by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: [HACKERS] pg_basebackup: Allow use of arbitrary compression program
Next
From: Joe Conway
Date:
Subject: Re: [HACKERS] partitioned tables and contrib/sepgsql