Re: pgsql: Avoid improbable PANIC during heap_update.
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Peter Geoghegan <pg@bowt.ie>
Cc: Jaime Casanova <jcasanov@systemguards.com.ec>,
pgsql-committers@lists.postgresql.org
Date: 2022-09-30T23:52:44Z
Lists: pgsql-hackers
Peter Geoghegan <pg@bowt.ie> writes: > On Fri, Sep 30, 2022 at 2:56 PM Tom Lane <tgl@sss.pgh.pa.us> wrote: >> Could be, because we haven't seen field reports of this in v14 yet. > I would be more confident here were it not for the recent > heap_delete() issue reported by one of my AWS colleagues (and fixed by > another, Jeff Davis). See commit 163b0993 if you missed it before now. Hmm, okay, though that's really a distinct bug of the same ilk. You're right that I'd not paid close attention to that thread after Jeff diagnosed the problem. It does seem like Robins' report shows that there's some way that v13 will set the AV bit without a cleanup lock ... does that constitute a bug in itself? regards, tom lane
Commits
-
Avoid improbable PANIC during heap_update, redux.
- 2dc2e4e31adb 16.0 landed
- e7bd2d671249 12.13 landed
- b93d7e6883d6 14.6 landed
- 92941f26435c 13.9 landed
- 2267085c1688 15.0 landed
-
Fix race condition where heap_delete() fails to pin VM page.
- 163b0993a162 16.0 cited
-
Avoid improbable PANIC during heap_update.
- 34f581c39e97 14.0 cited