]> granicus.if.org Git - postgresql/commit
Code review of get_qual_for_list.
authorRobert Haas <rhaas@postgresql.org>
Wed, 24 May 2017 20:30:47 +0000 (16:30 -0400)
committerRobert Haas <rhaas@postgresql.org>
Wed, 24 May 2017 20:45:58 +0000 (16:45 -0400)
commit85c2b9a15a1d667b1e2cd580da8c1d9fef0af1e8
tree60285e850e3b8d24df71a7a4ccd214bd65ed99a1
parent9ae2661fe1fef6b3242ecb39a2f7ffcffb2a4f70
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.
src/backend/catalog/partition.c