Allow 't', 'T', and even/odd ASCII characters to denote true/false

Thomas G. Lockhart <lockhart@fourpalms.org>

Commit: a21c3e353ad52ea34f76b908fa3382f656aa2449
Author: Thomas G. Lockhart <lockhart@fourpalms.org>
Date: 1997-10-09T05:06:12Z
Releases: 7.1.1
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

PathChange+/−
src/backend/utils/adt/bool.c modified +11 −8