Re: allow changing autovacuum_max_workers without restarting

From: Yogesh Sharma <yogesh(dot)sharma(at)catprosystems(dot)com>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Cc: Nathan Bossart <nathandbossart(at)gmail(dot)com>
Subject: Re: allow changing autovacuum_max_workers without restarting
Date: 2024-11-20 14:48:58
Message-ID: 173211413891.1415096.11383648087404743958.pgcf@coridan.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

The following review has been posted through the commitfest application:
make installcheck-world: tested, failed
Implements feature: tested, failed
Spec compliant: tested, failed
Documentation: not tested

Hi,
- Tested patch with check-world.
- Verified CheckAutovacuumWorkerGUCs functionality and the correct WARNING was reported.
- For feature specific testing, I created multiple tables and generated bloat. Expected behavior was witnessed.
Lower autovacuum_worker_slots = 16 setting is better suited to start with.

Thanks
Yogesh

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavel Stehule 2024-11-20 14:57:23 Re: proposal: schema variables
Previous Message Nazir Bilal Yavuz 2024-11-20 14:45:55 Re: Add a write_to_file member to PgStat_KindInfo