Hi! On Tue, Apr 7, 2026 at 12:22 AM Alvaro Herrera <[email protected]> wrote: > So what I ended up doing, is to just not change to the slot's context in > restore_tuple.
Yes, it should work. > BTW I > don't understand why you say that function only resets ExecutorState My bad, I confused "ExprContext" with "ExecutorState" (names passed to AllocSetContextCreate) while tracing. Mikhail.
