]> granicus.if.org Git - postgresql/commit
Revise create_nestloop_node's handling of inner indexscan to
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 10 Aug 1999 02:58:56 +0000 (02:58 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 10 Aug 1999 02:58:56 +0000 (02:58 +0000)
commit4a1c5cb953b1c5baada2c1aa6592438517595922
tree7acd8cc6812b5401fd4f7de7e6c87dfb30bc4609
parent158fd5f1c4ab70f6db388e2bc7f4467b63d85457
Revise create_nestloop_node's handling of inner indexscan to
work under a wider range of scenarios than it did --- it formerly did not
handle a multi-pass inner scan, nor cases in which the inner scan's
indxqualorig or non-index qual contained outer var references.  I am not
sure that these limitations could be hit in the existing optimizer, but
they need to be fixed for future expansion.
src/backend/optimizer/plan/createplan.c