postgresql/contrib/cube
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
..
data
expected
sql
.gitignore
CHANGES
cube--1.0--1.1.sql
cube--1.1--1.2.sql
cube--1.2--1.3.sql Distinguish selectivity of < from <= and > from >=. 2017-09-13 11:12:39 -04:00
cube--1.2.sql
cube--unpackaged--1.0.sql
cube.c Change TRUE/FALSE to true/false 2017-11-08 11:37:28 -05:00
cube.control Distinguish selectivity of < from <= and > from >=. 2017-09-13 11:12:39 -04:00
cubedata.h Make DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro names more consistent. 2017-09-18 15:21:23 -04:00
cubeparse.y
cubescan.l Exclude flex-generated code from coverage testing 2017-10-16 16:28:11 -04:00
Makefile Distinguish selectivity of < from <= and > from >=. 2017-09-13 11:12:39 -04:00