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

Adjust remove_redundant_join_clauses() so that when it has a choice

of which redundant clause to remove, it removes the more expensive one.
In simple scenarios the clauses will be like 'var = var' and there's
no difference, but we are now capable of considering cases where there
are sub-selects in the clauses, and it makes a BIG difference.
parent df79b847
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