Skip to content
Snippets Groups Projects
Commit 92c651f8 authored by Tom Lane's avatar Tom Lane
Browse files

Fix an oversight in mergejoin planning: the planner would reject a

mergejoin possibility where the inner rel was less well sorted than
the outer (ie, it matches some but not all of the merge clauses that
can work with the outer), if the inner path in question is also the
overall cheapest path for its rel.  This is an old bug, but I'm not
sure it's worth back-patching, because it's such a corner case.
Noted while investigating a test case from Peter Hardman.
parent 144b0ae8
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment