git.postgresql.org Git - postgresql.git/commit
2009年2月27日 23:30:29 +0000 (23:30 +0000)
2009年2月27日 23:30:29 +0000 (23:30 +0000)
commit 07b9936a0f10d746e5076239813a5e938f2f16be
Temporarily (I hope) disable flattening of IN/EXISTS sublinks that are within
the ON clause of an outer join. Doing so is semantically correct but results
in de-optimizing queries that were structured to take advantage of the sublink
style of execution, as seen in recent complaint from Kevin Grittner. Since
the user can get the other behavior by reorganizing his query, having the
flattening happen automatically is just a convenience, and that doesn't
justify breaking existing applications. Eventually it would be nice to
re-enable this, but that seems to require a significantly different approach
to outer joins in the executor.
This is the main PostgreSQL git repository.
RSS
Atom