Re: pgsql: Allow autovacuum to use parallel vacuum workers. - Mailing list pgsql-committers

From Aleksander Alekseev
Subject Re: pgsql: Allow autovacuum to use parallel vacuum workers.
Date
Msg-id CAJ7c6TPcSqzhbhrsiCMmVwmE8F7pwS7i9J49SP1zPKS_ER+vcA@mail.gmail.com
Whole thread
In response to pgsql: Allow autovacuum to use parallel vacuum workers.  (Masahiko Sawada <msawada@postgresql.org>)
Responses Re: pgsql: Allow autovacuum to use parallel vacuum workers.
List 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

pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: pgsql: Use WAIT FOR LSN in PostgreSQL::Test::Cluster::wait_for_catchup(
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Modernize and optimize pg_buffercache_pages()