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 Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/1e22166e5ebbc3df7684209657ea58ba880546d6 Modified Files -------------- src/test/regress/expected/boolean.out | 83 +++++++++++++++++++++++++++++++++++ src/test/regress/sql/boolean.sql | 29 ++++++++++++ 2 files changed, 112 insertions(+)
