Expand AND/OR regression tests around NULL handling.

Andres Freund <andres@anarazel.de>

Commit: 1e22166e5ebbc3df7684209657ea58ba880546d6
Author: Andres Freund <andres@anarazel.de>
Date: 2018-03-13T23:12:31Z
Releases: 11.0
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

PathChange+/−
src/test/regress/expected/boolean.out modified +83 −0
src/test/regress/sql/boolean.sql modified +29 −0