Allow 't', 'T', and even/odd ASCII characters to denote true/false
Thomas G. Lockhart <lockhart@fourpalms.org>
Allow 't', 'T', and even/odd ASCII characters to denote true/false rather than just 't' and 'T'. This allows yes/no and 1/0 to be interpreted as one might expect. Clean up function declarations to use bool as the type for arguments and return values.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/utils/adt/bool.c | modified | +11 −8 |