pgsql: Remove TRUE and FALSE

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove TRUE and FALSE
Date: 2017-11-15 16:36:57
Message-ID: E1eF0gL-0003D4-Gz@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)paquier(at)gmail(dot)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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-11-15 16:50:11 Re: pgsql: Add hooks for session start and session end
Previous Message Robert Haas 2017-11-15 15:28:42 pgsql: Centralize executor-related partitioning code.