Re: GinPageIs* don't actually return a boolean - Mailing list pgsql-hackers

From Yury Zhuravlev
Subject Re: GinPageIs* don't actually return a boolean
Date
Msg-id d2106c2d-0f46-4cf9-af27-54f81ef6e20c@postgrespro.ru
Whole thread Raw
In response to Re: GinPageIs* don't actually return a boolean  (Yury Zhuravlev <u.zhuravlev@postgrespro.ru>)
List pgsql-hackers
Yury Zhuravlev wrote:
> Robert Haas wrote:
>> So, is it being pulled in indirectly by some other #include?
>
> I can double-check it tomorrow.
>

I've found who include stdbool.h and think it is inevitable for MSVC2013
and MSVC2015.
In port/win32.h we inlcude process.h.
In process.h included corecrt_startup.h.
In corecrt_startup.h included vcruntime_startup.h.
In vcruntime_startup.h we included stdbool.h tadam!


--
Yury Zhuravlev
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company



pgsql-hackers by date:

Previous
From: Fabien COELHO
Date:
Subject: Re: extend pgbench expressions with functions
Next
From: Etsuro Fujita
Date:
Subject: Re: Optimization for updating foreign tables in Postgres FDW