Waiting for PostgreSQL 18 – Allow changing autovacuum_max_workers without restarting.

from blog select * from depesz;, | ↗ original
On 6th of January 2025, Nathan Bossart committed patch: Allow changing autovacuum_max_workers without restarting. This commit introduces a new parameter named autovacuum_worker_slots that controls how many autovacuum worker slots to reserve during server startup. Modifying this new parameter's value does require a server restart, but it should...