postgresql/src/backend/optimizer/path
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
..
allpaths.c Change TRUE/FALSE to true/false 2017-11-08 11:37:28 -05:00
clausesel.c Distinguish selectivity of < from <= and > from >=. 2017-09-13 11:12:39 -04:00
costsize.c Teach planner to account for HAVING quals in aggregation plan nodes. 2017-11-02 11:24:12 -04:00
equivclass.c Change TRUE/FALSE to true/false 2017-11-08 11:37:28 -05:00
indxpath.c Change TRUE/FALSE to true/false 2017-11-08 11:37:28 -05:00
joinpath.c Change TRUE/FALSE to true/false 2017-11-08 11:37:28 -05:00
joinrels.c Change TRUE/FALSE to true/false 2017-11-08 11:37:28 -05:00
Makefile Extract restriction OR clauses whether or not they are indexable. 2013-12-30 12:24:37 -05:00
pathkeys.c Change TRUE/FALSE to true/false 2017-11-08 11:37:28 -05:00
tidpath.c Improve RLS planning by marking individual quals with security levels. 2017-01-18 12:58:20 -05:00