On Mon, 8 Sept 2025 at 18:57, Sophie Alpert <[email protected]> wrote: > I'm actually digging in more now and if I'm reading the code correctly, > EvalPlanQualStart calls ExecInitNode to create an entirely separate PlanState > tree for EPQ so I'm unsure if any of the state is carried over to the Recheck > calls?
Oh, you're right. The EPQ executor start isn't the same as the normal executor state, so the recalc seems to be needed. David
