Re: PANIC in heap_delete during ALTER TABLE
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Jeff Davis <pgsql@j-davis.com>
Cc: Robins Tharakan <tharakan@gmail.com>, pgsql-bugs@postgresql.org
Date: 2022-09-21T05:46:38Z
Lists: pgsql-bugs
On Tue, Sep 20, 2022 at 11:32:05AM -0700, Jeff Davis wrote: > I would prefer if I was able to repro on 13 first, and some review > would be nice given the area involved and how close we are to release. > But it seems like fixing a bug is better than not. If someone thinks > this is the wrong time to commit and wants me to hold off, please let > me know. Doing something in the next 48 hours will give enough room to the buildfarm to check this stuff for 15 RC. So the timing is fine in my opinion. -- Michael
Commits
-
Fix race condition where heap_delete() fails to pin VM page.
- cab72f0fd08c 12.13 landed
- 410c422b75ac 13.9 landed
- 21934612d86a 14.6 landed
- dd6070bc8173 15.0 landed
- 163b0993a162 16.0 landed
-
Avoid improbable PANIC during heap_update.
- 5f12bc94dcc6 12.7 cited
-
Remove tupgone special case from vacuumlazy.c.
- 8523492d4e34 14.0 cited