boolean in C - Mailing list pgsql-hackers

From Grzegorz Jaskiewicz
Subject boolean in C
Date
Msg-id 23C9499B-C96B-4484-86CA-606F3ABC7BE3@pointblue.com.pl
Whole thread Raw
Responses Re: boolean in C
List pgsql-hackers
Hi folks,

Today I got bitten a bit, trying to write C function for postgresql,  
that also includes some of company's internal stuff. Needles to say,  
our stuff defines BOOL, as well as postgresql's c.h include file.

Now, for us, we will probably change it, but is there any reason for  
postgresql nowadays not to use stdbool.h, apart from fact, that no one  
made an effort ? Having said that, wouldn't it be easy as just  
replacing all TRUE/FALSE/BOOL with lowercase ones, and including  
stdbool from c.h ?



pgsql-hackers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: Synch Rep for CommitFest 2009-07
Next
From: Peter Eisentraut
Date:
Subject: Re: [GENERAL] pg_migrator not setting values of sequences?