postgresql/src/backend/postmaster
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
..
Makefile Allow background workers to be started dynamically. 2013-07-16 13:02:15 -04:00
autovacuum.c Fix autovacuum work item error handling 2017-10-30 15:52:02 +01:00
bgworker.c Add background worker type 2017-09-29 11:08:24 -04:00
bgwriter.c Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
checkpointer.c Make WAL segment size configurable at initdb time. 2017-09-19 22:03:48 -07:00
fork_process.c Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
pgarch.c Sync process names between ps and pg_stat_activity 2017-09-20 08:59:03 -04:00
pgstat.c Change TRUE/FALSE to true/false 2017-11-08 11:37:28 -05:00
postmaster.c Replace most usages of ntoh[ls] and hton[sl] with pg_bswap.h. 2017-10-01 15:36:14 -07:00
startup.c Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
syslogger.c Sync process names between ps and pg_stat_activity 2017-09-20 08:59:03 -04:00
walwriter.c Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00