Add routines istrue() and isfalse() to directly evaluate boolean type.
Thomas G. Lockhart <lockhart@fourpalms.org>
Add routines istrue() and isfalse() to directly evaluate boolean type.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/utils/adt/bool.c | modified | +13 −1 |
| src/include/catalog/pg_proc.h | modified | +4 −1 |
| src/include/utils/builtins.h | modified | +3 −1 |