postgresql/src/include/nodes
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
..
bitmapset.h Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
execnodes.h Change TRUE/FALSE to true/false 2017-11-08 11:37:28 -05:00
extensible.h Basic partition-wise join functionality. 2017-10-06 11:11:10 -04:00
lockoptions.h Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
makefuncs.h Allow multiple tables to be specified in one VACUUM or ANALYZE command. 2017-10-03 18:53:44 -04:00
memnodes.h Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
nodeFuncs.h Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
nodes.h Allow multiple tables to be specified in one VACUUM or ANALYZE command. 2017-10-03 18:53:44 -04:00
params.h Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
parsenodes.h Change TRUE/FALSE to true/false 2017-11-08 11:37:28 -05:00
pg_list.h Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
plannodes.h pg_stat_statements: Widen query IDs from 32 bits to 64 bits. 2017-10-11 19:52:46 -04:00
primnodes.h Change TRUE/FALSE to true/false 2017-11-08 11:37:28 -05:00
print.h Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
readfuncs.h Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
relation.h Change TRUE/FALSE to true/false 2017-11-08 11:37:28 -05:00
replnodes.h Add a WAIT option to DROP_REPLICATION_SLOT 2017-09-01 13:44:14 +02:00
tidbitmap.h Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
value.h Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00