mirror of
https://github.com/postgres/postgres.git
synced 2025-11-12 05:01:15 +03:00
continuously, and requests vacuum runs of "autovacuum workers" to postmaster. The workers do the actual vacuum work. This allows for future improvements, like allowing multiple autovacuum jobs running in parallel. For now, the code keeps the original behavior of having a single autovac process at any time by sleeping until the previous worker has finished.
13 KiB
13 KiB