summaryrefslogtreecommitdiff
path: root/contrib/tablefunc/tablefunc.c
diff options
context:
space:
mode:
authorTom Lane2010-11-20 03:28:20 +0000
committerTom Lane2010-11-20 03:29:44 +0000
commitb58c25055ef6d7097618c680f6768689a110d529 (patch)
treef4340f7158414b2c477ced3033edfe6ba176b07c /contrib/tablefunc/tablefunc.c
parent4fc115b2e981f8c63165ca86a23215380a3fda66 (diff)
Fix leakage of cost_limit when multiple autovacuum workers are active.
When using default autovacuum_vac_cost_limit, autovac_balance_cost relied on VacuumCostLimit to contain the correct global value ... but after the first time through in a particular worker process, it didn't, because we'd trashed it in previous iterations. Depending on the state of other autovac workers, this could result in a steady reduction of the effective cost_limit setting as a particular worker processed more and more tables, causing it to go slower and slower. Spotted by Simon Poole (bug #5759). Fix by saving and restoring the GUC variables in the loop in do_autovacuum. In passing, improve a few comments. Back-patch to 8.3 ... the cost rebalancing code has been buggy since it was put in.
Diffstat (limited to 'contrib/tablefunc/tablefunc.c')
0 files changed, 0 insertions, 0 deletions