]> granicus.if.org Git - postgresql/commit
Code review for match_clause_to_partition_key().
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 13 Jun 2018 20:10:30 +0000 (16:10 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 13 Jun 2018 20:10:30 +0000 (16:10 -0400)
commit91781335ede4db549a28ffb8e84d3b592eef9f2f
treea5c6cc8cd70a8b4723d017f038430408ea8be488
parent19832753f1bb052c5fe10328939b670507df7a93
Code review for match_clause_to_partition_key().

Fix inconsistent decisions about NOMATCH vs UNSUPPORTED result codes.
If we're going to cater for partkeys that have the same expression and
different collations, surely we should also support partkeys with the
same expression and different opclasses.

Clean up shaky handling of commuted opclauses, eg checking the wrong
operator to see what its negator is.  This wouldn't cause any actual
bugs given a sane opclass definition, but it doesn't seem helpful to
expend more code to be less correct.

Improve handling of null elements in ScalarArrayOp arrays: in the
"op ALL" case, we can conclude they result in an unsatisfiable clause.

Minor cosmetic changes and comment improvements.
src/backend/partitioning/partprune.c