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

Fix set_joinrel_size_estimates() to estimate outer-join sizes more

accurately: we have to distinguish the effects of the join's own ON
clauses from the effects of pushed-down clauses.  Failing to do so
was a quick hack long ago, but it's time to be smarter.  Per example
from Thomas H.
parent dcbdf9b1
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.
Finish editing this message first!
Please register or to comment