boolean in C

Поиск
Список
Период
Сортировка
От Grzegorz Jaskiewicz
Тема boolean in C
Дата
Msg-id 23C9499B-C96B-4484-86CA-606F3ABC7BE3@pointblue.com.pl
обсуждение исходный текст
Ответы Re: boolean in C  (Bernd Helmle <mailings@oopsware.de>)
Список 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 по дате отправления:

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Synch Rep for CommitFest 2009-07
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: [GENERAL] pg_migrator not setting values of sequences?