Add routines istrue() and isfalse() to directly evaluate boolean type.

Thomas G. Lockhart <lockhart@fourpalms.org>

Commit: cc1b420cfdd5066bc2c80c01971f567950c894e4
Author: Thomas G. Lockhart <lockhart@fourpalms.org>
Date: 1997-10-30T16:45:12Z
Releases: 7.1.1
Add routines istrue() and isfalse() to directly evaluate boolean type.

Files

PathChange+/−
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