pgsql: Remove TRUE and FALSE - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Remove TRUE and FALSE
Date
Msg-id E1eF0gL-0003D4-Gz@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Centralize executor-related partitioning code.
Next
From: Tom Lane
Date:
Subject: Re: pgsql: Add hooks for session start and session end