Re: missing isinf declaration on solaris - Mailing list pgsql-hackers

From Andres Freund
Subject Re: missing isinf declaration on solaris
Date
Msg-id 20140924131835.GN2521@awork2.anarazel.de
Whole thread Raw
In response to Re: missing isinf declaration on solaris  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On 2014-09-24 08:25:34 -0400, Tom Lane wrote:
> I'm worried that __C99FEATURES__ might do other, not-so-C89-compatible
> things in later Solaris releases.  Possibly that risk could be addressed
> by having src/template/solaris make an OS version check before adding the
> switch, but it'd be a bit painful probably.

As we want to actually be able to compile with a C99 compiler I don't
see much harm in that? Many compilers these day have C99 stuff enabled
by default anyway...

Greetings,

Andres Freund

-- Andres Freund                       http://www.2ndQuadrant.com/PostgreSQL Development, 24x7 Support, Training &
Services



pgsql-hackers by date:

Previous
From: Abhijit Menon-Sen
Date:
Subject: Re: make pg_controldata accept "-D dirname"
Next
From: Tom Lane
Date:
Subject: Re: missing isinf declaration on solaris