Re: BUG #18031: Segmentation fault after deadlock within VACUUM's parallel worker
Masahiko Sawada <sawada.mshk@gmail.com>
From: Masahiko Sawada <sawada.mshk@gmail.com>
To: Andres Freund <andres@anarazel.de>
Cc: exclusion@gmail.com, pgsql-bugs@lists.postgresql.org
Date: 2023-07-26T05:55:23Z
Lists: pgsql-bugs
On Wed, Jul 26, 2023 at 1:27 AM Andres Freund <andres@anarazel.de> wrote: > > 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. Thank you for reviewing it! Pushed, and marked as resolved in the open items page. Regards, -- Masahiko Sawada Amazon Web Services: https://aws.amazon.com
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