postgresql/src/backend/access
Peter Eisentraut 2eb4a831e5 Change TRUE/FALSE to true/false
The lower case spellings are C and C++ standard and are used in most
parts of the PostgreSQL sources.  The upper case spellings are only used
in some files/modules.  So standardize on the standard spellings.

The APIs for ICU, Perl, and Windows define their own TRUE and FALSE, so
those are left as is when using those APIs.

In code comments, we use the lower-case spelling for the C concepts and
keep the upper-case spelling for the SQL concepts.

Reviewed-by: Michael Paquier <michael.paquier@gmail.com>
2017-11-08 11:37:28 -05:00
..
brin Change TRUE/FALSE to true/false 2017-11-08 11:37:28 -05:00
common Change TRUE/FALSE to true/false 2017-11-08 11:37:28 -05:00
gin Change TRUE/FALSE to true/false 2017-11-08 11:37:28 -05:00
gist Change TRUE/FALSE to true/false 2017-11-08 11:37:28 -05:00
hash Change TRUE/FALSE to true/false 2017-11-08 11:37:28 -05:00
heap Change TRUE/FALSE to true/false 2017-11-08 11:37:28 -05:00
index Change TRUE/FALSE to true/false 2017-11-08 11:37:28 -05:00
nbtree Change TRUE/FALSE to true/false 2017-11-08 11:37:28 -05:00
rmgrdesc Remove dedicated B-tree root-split record types. 2017-08-16 12:24:40 +03:00
spgist Change TRUE/FALSE to true/false 2017-11-08 11:37:28 -05:00
tablesample Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
transam Change TRUE/FALSE to true/false 2017-11-08 11:37:28 -05:00
Makefile TABLESAMPLE, SQL Standard and extensible 2015-05-15 14:37:10 -04:00