postgresql/src/include/commands
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
..
alter.h Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
async.h Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
cluster.h Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
collationcmds.h Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
comment.h Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
conversioncmds.h Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
copy.h Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
createas.h Phase 3 of pgindent updates. 2017-06-21 15:35:54 -04:00
dbcommands.h Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
dbcommands_xlog.h Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
defrem.h Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
discard.h Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
event_trigger.h Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
explain.h Make ExplainOpenGroup and ExplainCloseGroup public. 2017-09-18 16:01:16 -04:00
extension.h Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
lockcmds.h Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
matview.h Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
policy.h Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
portalcmds.h Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
prepare.h Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
proclang.h Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
progress.h Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
publicationcmds.h Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
schemacmds.h Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
seclabel.h Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
sequence.h Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
subscriptioncmds.h Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
tablecmds.h Allow a partitioned table to have a default partition. 2017-09-08 17:28:04 -04:00
tablespace.h Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
trigger.h Fix SQL-spec incompatibilities in new transition table feature. 2017-09-16 13:20:36 -04:00
typecmds.h Revert to 9.6 treatment of ALTER TYPE enumtype ADD VALUE. 2017-09-27 16:14:43 -04:00
user.h Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
vacuum.h Change TRUE/FALSE to true/false 2017-11-08 11:37:28 -05:00
variable.h Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
view.h Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00