]> granicus.if.org Git - postgresql/commit
Repair interaction between IN-join processing and subselect pullup that
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 18 Oct 2003 16:52:15 +0000 (16:52 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 18 Oct 2003 16:52:15 +0000 (16:52 +0000)
commiteda80f09ffd016a9fc12fc89f14019d760d998c8
tree7595e17173aec650b050c269427374574f32c9ae
parentc02036b1d84b3a7f57b2f5ad9133ada4970bef13
Repair interaction between IN-join processing and subselect pullup that
I inadvertently broke a few days ago (per report from Sean Thomas).
Add regression test case to try to catch any similar breakage in future.
src/backend/optimizer/plan/subselect.c
src/test/regress/expected/subselect.out
src/test/regress/sql/subselect.sql