postgresql/src/common
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
..
unicode Initial pgindent run with pg_bsd_indent version 2.0. 2017-06-21 14:39:04 -04:00
base64.c Fix comments in SCRAM-SHA-256 patch. 2017-03-07 15:24:27 +02:00
config_info.c Change pg_ctl to detect server-ready by watching status in postmaster.pid. 2017-06-28 17:31:32 -04:00
controldata_utils.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
exec.c Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
fe_memutils.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
file_utils.c Phase 3 of pgindent updates. 2017-06-21 15:35:54 -04:00
ip.c Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
keywords.c Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
Makefile Use SASLprep to normalize passwords for SCRAM authentication. 2017-04-07 14:56:05 +03:00
md5.c Change TRUE/FALSE to true/false 2017-11-08 11:37:28 -05:00
pg_lzcompress.c Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
pgfnames.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
psprintf.c Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
relpath.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
restricted_token.c Phase 3 of pgindent updates. 2017-06-21 15:35:54 -04:00
rmtree.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
saslprep.c Post-PG 10 beta1 pgindent run 2017-05-17 16:31:56 -04:00
scram-common.c Replace most usages of ntoh[ls] and hton[sl] with pg_bswap.h. 2017-10-01 15:36:14 -07:00
sha2_openssl.c Update copyright in recently added files 2017-07-26 18:17:18 -04:00
sha2.c Update copyright in recently added files 2017-07-26 18:17:18 -04:00
string.c Rewrite strnlen replacement implementation from 8a241792f9. 2017-10-10 14:50:30 -07:00
unicode_norm.c Post-PG 10 beta1 pgindent run 2017-05-17 16:31:56 -04:00
username.c Phase 3 of pgindent updates. 2017-06-21 15:35:54 -04:00
wait_error.c Remove useless duplicate inclusions of system header files. 2017-02-25 16:12:55 -05:00