pgsql: Expand AND/OR regression tests around NULL handling.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Expand AND/OR regression tests around NULL handling.
Date: 2018-03-13 23:26:02
Message-ID: E1evtIw-000117-2g@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Meskes 2018-03-14 00:38:08 pgsql: Fix double frees in ecpg.
Previous Message Robert Haas 2018-03-13 20:39:37 pgsql: Let Parallel Append over simple UNION ALL have partial subpaths.