Re: [PATCH] Fix REPACK decoding worker not cleaned up on FATAL exit - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: [PATCH] Fix REPACK decoding worker not cleaned up on FATAL exit
Date
Msg-id ahW7ckXO9p43UT10@alvherre.pgsql
Whole thread
In response to Re: [PATCH] Batched clock sweep to reduce cross-socket atomic contention  (Ants Aasma <ants.aasma@cybertec.at>)
List pgsql-hackers
On 2026-May-20, Alvaro Herrera wrote:

> On 2026-May-20, Antonin Houska wrote:
> 
> > The call of shm_mq_detach() got lost, or do you rely on dsm_detach() to call
> > shm_mq_detach_callback() ? The latter does not free ->mqh_buffer.

> I can put back the shm_mq_detach() call, of course.

I did that and pushed.

Many thanks!

-- 
Álvaro Herrera               48°01'N 7°57'E  —  https://www.EnterpriseDB.com/
"Los dioses no protegen a los insensatos.  Éstos reciben protección de
otros insensatos mejor dotados" (Luis Wu, Mundo Anillo)



pgsql-hackers by date:

Previous
From: Laurenz Albe
Date:
Subject: Re: Adding a stored generated column without long-lived locks
Next
From: Alvaro Herrera
Date:
Subject: Re: Adding REPACK [concurrently]