Re: pgsql: Use stdbool.h if suitable

2018-03-22 Thread Andres Freund
On 2018-03-22 18:25:01 -0700, Andres Freund wrote: > Hi, > > On 2018-03-23 00:42:39 +, Peter Eisentraut wrote: > > Use stdbool.h if suitable > > > > Using the standard bool type provided by C allows some recent compilers > > and debuggers to give better diagnostics. Also, some extension code

Re: pgsql: Use stdbool.h if suitable

2018-03-22 Thread Andres Freund
Hi, On 2018-03-23 00:42:39 +, Peter Eisentraut wrote: > Use stdbool.h if suitable > > Using the standard bool type provided by C allows some recent compilers > and debuggers to give better diagnostics. Also, some extension code and > third-party headers are increasingly pulling in stdbool.h,

Re: pgsql: Use stdbool.h if suitable

2018-03-22 Thread Andres Freund
Hi, On 2018-03-23 00:42:39 +, Peter Eisentraut wrote: > Use stdbool.h if suitable > > Using the standard bool type provided by C allows some recent compilers > and debuggers to give better diagnostics. Also, some extension code and > third-party headers are increasingly pulling in stdbool.h,