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