Re: [sqlsmith] ERROR: plan should not reference subplan's variable

2018-08-11 Thread Tom Lane
Andreas Seltenreich writes: > sqlsmith caused another internal error while testing REL_11_STABLE at > 1b9d1b08fe. The query below on the regression DB yields "plan should > not reference subplan's variable" for me. Thanks for the report. Seems to be wrong order of operations in inheritance_plan

[sqlsmith] ERROR: plan should not reference subplan's variable

2018-08-11 Thread Andreas Seltenreich
Hi, sqlsmith caused another internal error while testing REL_11_STABLE at 1b9d1b08fe. The query below on the regression DB yields "plan should not reference subplan's variable" for me. regards, Andreas delete from public.prt1_l where EXISTS ( select from public.xmltest as ref_10 ,