aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistproc.c
diff options
context:
space:
mode:
authorSimon Riggs <simon@2ndQuadrant.com>2012-12-03 18:54:52 +0000
committerSimon Riggs <simon@2ndQuadrant.com>2012-12-03 18:54:52 +0000
commit17ee02ea1c87b96a4d687d3319f6f4602450d6cb (patch)
tree041772537369d906227ccfd65ec02b617af2ae22 /src/backend/access/gist/gistproc.c
parent6a8b9987c63bc88b3a4fd56a644d250e7113dd7f (diff)
downloadpostgresql-17ee02ea1c87b96a4d687d3319f6f4602450d6cb.tar.gz
postgresql-17ee02ea1c87b96a4d687d3319f6f4602450d6cb.zip
Avoid holding vmbuffer pin after VACUUM.
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 Deolasee
Diffstat (limited to 'src/backend/access/gist/gistproc.c')
0 files changed, 0 insertions, 0 deletions