]> granicus.if.org Git - postgresql/commit
Expand AND/OR regression tests around NULL handling.
authorAndres Freund <andres@anarazel.de>
Fri, 9 Mar 2018 01:07:16 +0000 (17:07 -0800)
committerAndres Freund <andres@anarazel.de>
Tue, 13 Mar 2018 23:12:31 +0000 (16:12 -0700)
commit1e22166e5ebbc3df7684209657ea58ba880546d6
tree8998efe3c9bbd7d402b2a1cd1c51ae141dbed751
parent4f63e85eb149792492a703f01a3a5b89bf5509a7
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
src/test/regress/expected/boolean.out
src/test/regress/sql/boolean.sql