Re: Allow cancelling VACUUM of nbtrees with corrupted right links
Andres Freund <andres@anarazel.de>
From: Andres Freund <andres@anarazel.de>
To: pgsql-hackers@postgresql.org
Date: 2018-07-04T23:07:12Z
Lists: pgsql-hackers
Hi, On 2018-06-27 12:16:29 -0700, Andres Freund wrote: > I think we should backpatch those checks - it's a fairly nasty situation > for users to not be able to even drop an index without going to single > user mode. Did that back to 9.4 - before that page deletion and splits worked differently enough that it seems higher risk to add the checks there. Greetings, Andres Freund
Commits
-
Check for interrupts inside the nbtree page deletion code.
- 0c69db762d88 11.0 landed
- 0095809890dd 10.5 landed
- f411108c9fe9 9.5.14 landed
- 8c8c9f37c283 9.4.19 landed
- 2adadf018bd4 9.6.10 landed
- 3a01f68e35a3 12.0 landed