Re: Backpatching nbtree VACUUM (page deletion) hardening
Nathan Bossart <nathandbossart@gmail.com>
From: Nathan Bossart <nathandbossart@gmail.com>
To: Peter Geoghegan <pg@bowt.ie>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2022-09-02T22:45:15Z
Lists: pgsql-hackers
On Fri, Sep 02, 2022 at 02:13:15PM -0700, Peter Geoghegan wrote: > I think that this should be backpatched now, to protect users from > particularly nasty problems that hitting the error eventually leads > to. +1 -- Nathan Bossart Amazon Web Services: https://aws.amazon.com
Commits
-
Backpatch nbtree page deletion hardening.
- 43e409cea468 13.9 landed
- 7adc34832f24 12.13 landed
- a228cca46d7d 11.18 landed
- cfe41f9766a1 10.23 landed
-
nbtree VACUUM: Cope with buggy opclasses.
- 5b861baa550a 14.0 cited