OSDN Git Service

Allow 't', 'T', and even/odd ASCII characters to denote true/false
authorThomas G. Lockhart <lockhart@fourpalms.org>
Thu, 9 Oct 1997 05:06:12 +0000 (05:06 +0000)
committerThomas G. Lockhart <lockhart@fourpalms.org>
Thu, 9 Oct 1997 05:06:12 +0000 (05:06 +0000)
commita21c3e353ad52ea34f76b908fa3382f656aa2449
treeae5adfd19ae2531754e647925a2472d9200d0d54
parent8fe55efd7b88bc88f730fae72f177423edf755ac
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.
src/backend/utils/adt/bool.c