| From: | Aleksander Alekseev <aleksander(at)tigerdata(dot)com> |
|---|---|
| To: | Masahiko Sawada <msawada(at)postgresql(dot)org> |
| Cc: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | Re: pgsql: Allow autovacuum to use parallel vacuum workers. |
| Date: | 2026-04-07 11:52:09 |
| Message-ID: | CAJ7c6TPcSqzhbhrsiCMmVwmE8F7pwS7i9J49SP1zPKS_ER+vcA@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Hi,
> Allow autovacuum to use parallel vacuum workers.
>
> [...]
I think there is a mistake in the documentation:
```
+ For autovacuum, it is limited by the table's
+ <xref linkend="reloption-autovacuum-parallel-workers"/> if any which is
+ capped limited by
+ <xref linkend="guc-autovacuum-max-parallel-workers"/> parameter. Please
```
Firstly "capped limited by" almost certainly should be either "capped
by" or "limited by". Secondly "limited by the tables's [...] if any"
doesn't sound right. Probably what was meant is "if set".
I suggest fixing it as attached.
--
Best regards,
Aleksander Alekseev
| Attachment | Content-Type | Size |
|---|---|---|
| v1-0001-Improve-wording-in-the-documentation-added-by-1ff.patch | text/x-patch | 1.8 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Heikki Linnakangas | 2026-04-07 13:06:42 | pgsql: Modernize and optimize pg_buffercache_pages() |
| Previous Message | Peter Eisentraut | 2026-04-07 11:50:03 | Re: pgsql: Use WAIT FOR LSN in PostgreSQL::Test::Cluster::wait_for_catchup( |