pgsql: Remove TRUE and FALSE

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Remove TRUE and FALSE
Дата
Msg-id E1eF0gL-0003D4-Gz@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Remove TRUE and FALSE

Code should be using true and false.  Existing code can be changed to
those in a backward compatible way.

The definitions in the ecpg header files are left around to avoid
upsetting those users unnecessarily.

Reviewed-by: Michael Paquier <michael.paquier@gmail.com>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/6337865f36da34e9c89aaa292f976bde6df0b065

Modified Files
--------------
src/include/c.h | 12 ++----------
1 file changed, 2 insertions(+), 10 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Centralize executor-related partitioning code.
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Add hooks for session start and session end