Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7d4c9a5

Browse files
committed
Add the "recheck" logic to autovacuum worker code. The worker first builds
its table list and then rechecks pgstat before vacuuming each table toverify that no one has vacuumed the table in the meantime.In the current autovacuum world this only means that a worker will notvacuum a table that a user has vacuumed manually after the worker started.When support for multiple autovacuum workers is introduced, this will reducethe probability of simultaneous workers on the same database doing redundantwork.
1 parent685badd commit7d4c9a5

File tree

2 files changed

+302
-110
lines changed

2 files changed

+302
-110
lines changed

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp