Re: [HACKERS] [sqlsmith] subplan variable reference / unassigned NestLoopParams

2015-08-10 Thread Tom Lane
Andreas Seltenreich writes: > Tom Lane writes: >> Andreas Seltenreich writes: >>> Tom Lane writes: Well, I certainly think all of these represent bugs: 3 | ERROR: plan should not reference subplan's variable 2 | ERROR: failed to assign all NestLoopParams to plan nodes >>> These

Re: [HACKERS] [sqlsmith] subplan variable reference / unassigned NestLoopParams

2015-08-08 Thread Andreas Seltenreich
Tom Lane writes: > Andreas Seltenreich writes: >> Tom Lane writes: >>> Well, I certainly think all of these represent bugs: 3 | ERROR: plan should not reference subplan's variable 2 | ERROR: failed to assign all NestLoopParams to plan nodes > >> These appear to be related. The follow

Re: [HACKERS] [sqlsmith] subplan variable reference / unassigned NestLoopParams (was: [sqlsmith] Failed assertion in joinrels.c)

2015-08-04 Thread Tom Lane
Andreas Seltenreich writes: > Tom Lane writes: >> Well, I certainly think all of these represent bugs: >>> 3 | ERROR: plan should not reference subplan's variable >>> 2 | ERROR: failed to assign all NestLoopParams to plan nodes > These appear to be related. The following query produces the for

[HACKERS] [sqlsmith] subplan variable reference / unassigned NestLoopParams (was: [sqlsmith] Failed assertion in joinrels.c)

2015-08-02 Thread Andreas Seltenreich
Tom Lane writes: > Well, I certainly think all of these represent bugs: > >> 3 | ERROR: plan should not reference subplan's variable >> 2 | ERROR: failed to assign all NestLoopParams to plan nodes These appear to be related. The following query produces the former, but if you replace