Code review of get_qual_for_list.

Robert Haas <rhaas@postgresql.org>

Commit: 85c2b9a15a1d667b1e2cd580da8c1d9fef0af1e8
Author: Robert Haas <rhaas@postgresql.org>
Date: 2017-05-24T20:45:58Z
Releases: 10.0
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.

Files

PathChange+/−
src/backend/catalog/partition.c modified +2 −3