Remove obsolete internal functions istrue, isfalse, isnottrue, isnotfalse,
Peter Eisentraut <peter_e@gmx.net>
Remove obsolete internal functions istrue, isfalse, isnottrue, isnotfalse, nullvalue, nonvalue. A long time ago, these were used to implement the SQL constructs IS TRUE, etc.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/utils/adt/bool.c | modified | +1 −64 |
| src/backend/utils/adt/misc.c | modified | +1 −23 |
| src/include/catalog/catversion.h | modified | +2 −2 |
| src/include/catalog/pg_proc.h | modified | +1 −15 |
| src/include/utils/builtins.h | modified | +1 −7 |