Thread: pgsql: Remove TRUE and FALSE

pgsql: Remove TRUE and FALSE

From
Peter Eisentraut
Date:
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(-)