git.postgresql.org Git - postgresql.git/commit
2021年3月23日 23:09:51 +0000 (16:09 -0700)
2021年3月23日 23:09:51 +0000 (16:09 -0700)
commit 5b861baa550a369e04bf67fbe83f3a5a8c742fb4
nbtree VACUUM: Cope with buggy opclasses.
Teach nbtree VACUUM to press on with vacuuming in the event of a page
deletion attempt that fails to "re-find" a downlink for its child/target
page.
There is no good reason to treat this as an irrecoverable error. But
there is a good reason not to: pressing on at this point removes any
question of VACUUM not making progress solely due to misbehavior from
user-defined operator class code.
Discussion: https://postgr.es/m/CAH2-Wzma5G9CTtMjbrXTwOym+U=aWg-R7=-htySuztgoJLvZXg@mail.gmail.com
This is the main PostgreSQL git repository.
RSS
Atom