Re: boolean in C

From: Bernd Helmle <mailings(at)oopsware(dot)de>
To: Grzegorz Jaskiewicz <gj(at)pointblue(dot)com(dot)pl>
Cc: pgsql-hackers Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: boolean in C
Date: 2009-07-16 15:46:38
Message-ID: C88469B42748DF01C0D738C0@amenophis
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

--On 16. Juli 2009 13:32:03 +0100 Grzegorz Jaskiewicz <gj(at)pointblue(dot)com(dot)pl>
wrote:

> oh, another thing.
> stdbool is C99 standard feature. Not gcc extension.

There might be compiler versions out there which claims to be C99 but do
not provide full compliant include headers. SUN Studio 12 at least has the
following in its documentation, as a quick research brings up:

"Though the compiler defaults to supporting the features of C99 listed
below, standard headers provided by the Solaris software in /usr/include do
not yet conform with the 1999 ISO/IEC C standard"

--
Thanks

Bernd

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Greg Stark 2009-07-16 15:46:43 Re: Review remove {join,from}_collapse_limit, add enable_join_ordering
Previous Message Tom Lane 2009-07-16 15:42:56 Re: boolean in C