mirror of https://github.com/postgres/postgres
During VACUUM if we pause to perform a cycle of index cleanup we drop the vmbuffer pin, so we should do the same thing when heap scan completes. This avoids holding vmbuffer pin across the main index cleanup in VACUUM, which could be minutes or hours longer than necessary for correctness. Bug report and suggested fix from Pavan Deolaseepull/3/head
parent
bdd5d410b7
commit
62656617db
Loading…
Reference in new issue