]> granicus.if.org Git - postgresql/commit
Repair recalculation failure for nested sub-SELECTs, per bug report from
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 11 May 2004 02:21:39 +0000 (02:21 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 11 May 2004 02:21:39 +0000 (02:21 +0000)
commit1697568d5771fde6ad77db18b9445f5420c190c9
tree2916f05b744d7661530d074b384c60fb735720fd
parent608b85a23c65a9108a27a89a932c75bede474a6a
Repair recalculation failure for nested sub-SELECTs, per bug report from
Didier Moens.  Bug is new in 7.4, and was caused by not updating everyplace
I should've when replacing locParam markers by allParam.
Add a regression test to catch related errors in future.
src/backend/optimizer/plan/planner.c
src/test/regress/expected/subselect.out
src/test/regress/sql/subselect.sql