Re: [PATCHES] SRF patch (was Re: [HACKERS] troubleshooting pointers)

2002-05-19 Thread Tom Lane
Joe Conway <[EMAIL PROTECTED]> writes: > Any ideas on getting (node->scan.plan.chgParam != NULL) to be true? You need something that passes a parameter into the scan node. I think the only thing that would do it is a subquery that references an outer-level variable, for example select * from foo

Re: [PATCHES] SRF patch (was Re: [HACKERS] troubleshooting pointers)

2002-05-19 Thread Joe Conway
Tom Lane wrote: > I am still concerned about whether ExecFunctionReScan works correctly; > if not, the problems would show up in join and subquery situations. > I think the parser and planner stages are in pretty good shape now, > though. (At least as far as the basic functionality goes. Having