git.postgresql.org Git - postgresql.git/commit
2010年9月25日 23:03:50 +0000 (19:03 -0400)
2010年9月25日 23:03:50 +0000 (19:03 -0400)
commit c8c03d72e10cab3cc47975b2689c8efbb4eade94
Fix another join removal bug: the check on PlaceHolderVars was wrong.
The previous coding would decide that join removal was unsafe upon finding
a PlaceHolderVar that needed to be evaluated at the inner rel and then used
above the join. However, this fails to cover the case of PlaceHolderVars
that refer to both the inner rel and some other rels. Per bug report from
Andrus.
This is the main PostgreSQL git repository.
RSS
Atom