Change mixed-case routines to lower-case if referenced in pg_proc.h
Thomas G. Lockhart <lockhart@fourpalms.org>
Change mixed-case routines to lower-case if referenced in pg_proc.h Add comparison operators to boolean and smaller/larger operators to datetime and timespan. Fix int4 overflow math problem in timespan comparison operators.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/utils/adt/bool.c | modified | +11 −4 |
| src/backend/utils/adt/dt.c | modified | +158 −10 |
| src/backend/utils/adt/misc.c | modified | +3 −3 |
| src/backend/utils/adt/regproc.c | modified | +7 −2 |