Re: Adding REPACK [concurrently] - Mailing list pgsql-hackers

From Mihail Nikalayeu
Subject Re: Adding REPACK [concurrently]
Date
Msg-id CADzfLwXMrv9YjS6PVb0BNVZRrdz0vbiGqJ+tT+MJnCUM2B_X6A@mail.gmail.com
Whole thread
In response to Re: Adding REPACK [concurrently]  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
List pgsql-hackers
Hi!

On Tue, Apr 7, 2026 at 12:22 AM Alvaro Herrera <alvherre@alvh.no-ip.org> 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.



pgsql-hackers by date:

Previous
From: "Matheus Alcantara"
Date:
Subject: Re: Asynchronous MergeAppend
Next
From: Lukas Fittl
Date:
Subject: Re: Reduce timing overhead of EXPLAIN ANALYZE using rdtsc?