Expand AND/OR regression tests around NULL handling.
Andres Freund <andres@anarazel.de>
Expand AND/OR regression tests around NULL handling. Previously there were no tests verifying that NULL handling in AND/OR was correct (i.e. that NULL rather than false is returned if expression doesn't return true). Author: Andres Freund
Files
| Path | Change | +/− |
|---|---|---|
| src/test/regress/expected/boolean.out | modified | +83 −0 |
| src/test/regress/sql/boolean.sql | modified | +29 −0 |