Thread: [COMMITTERS] pgsql: Code review of get_qual_for_list.

[COMMITTERS] pgsql: Code review of get_qual_for_list.

From
Robert Haas
Date:
Code review of get_qual_for_list.

We need not consider the case where both nulltest1 and nulltest2 are
NULL; the partition either accepts nulls or it does not.

Jeevan Ladhe.  I added an assertion.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/85c2b9a15a1d667b1e2cd580da8c1d9fef0af1e8

Modified Files
--------------
src/backend/catalog/partition.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)