Re: BUG #18031: Segmentation fault after deadlock within VACUUM's parallel worker
Andres Freund <andres@anarazel.de>
From: Andres Freund <andres@anarazel.de>
To: Masahiko Sawada <sawada.mshk@gmail.com>
Cc: exclusion@gmail.com, pgsql-bugs@lists.postgresql.org
Date: 2023-07-25T16:27:43Z
Lists: pgsql-bugs
On 2023-07-25 16:35:54 +0900, Masahiko Sawada wrote: > Thank you for your confirmation. I can push the fix if you're okay. > I've attached the patch. LGTM. Thanks!
Commits
-
Fix crash with RemoveFromWaitQueue() when detecting a deadlock.
- bd88404d3cda 17.0 landed
- b4f14d2e433b 16.0 landed
-
Use dlist/dclist instead of PROC_QUEUE / SHM_QUEUE for heavyweight locks
- 5764f611e10b 16.0 cited