git.postgresql.org Git - postgresql.git/commit

git projects / postgresql.git / commit
? search:
summary | shortlog | log | commit | commitdiff | tree
(parent: e472f13) | patch
Adjust the definition of is_pushed_down so that it's always true for INNER
2007年2月16日 20:57:19 +0000 (20:57 +0000)
2007年2月16日 20:57:19 +0000 (20:57 +0000)
commit 8249409bc19b37f866c7c713ecfac8a44f396e0b
Adjust the definition of is_pushed_down so that it's always true for INNER
JOIN quals, just like WHERE quals, even if they reference every one of the
join's relations. Now that we can reorder outer and inner joins, it's
possible for such a qual to end up being assigned to an outer join plan node,
and we mustn't have it treated as a join qual rather than a filter qual for
the node. (If it were, the join could produce null-extended rows that it
shouldn't.) Per bug report from Pelle Johansson.
src/backend/optimizer/plan/initsplan.c diff | blob | blame | history
src/include/nodes/relation.h diff | blob | blame | history
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /