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

Improve create_unique_path to not be fooled by unrelated clauses that happen

to be syntactically part of a semijoin clause.  For example given
WHERE EXISTS(SELECT ... WHERE upper.var = lower.var AND some-condition)
where some-condition is just a restriction on the lower relation, we can
use unique-ification on lower.var after having applied some-condition within
the scan on lower.
parent f4fea44c
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