pgsql: doc: Improve consistency of parallel vacuum description. - Mailing list pgsql-committers

From Masahiko Sawada
Subject pgsql: doc: Improve consistency of parallel vacuum description.
Date
Msg-id E1wBG9a-000L7p-20@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
doc: Improve consistency of parallel vacuum description.

Use consistent phrasing for parallel vacuum descriptions between
manual VACUUM and autovacuum. Specifically, clarify that the parallel
worker count is limited by the respective options only if they are
explicitly specified.

Also, fix a typo in the parallel vacuum section.

Author: Aleksander Alekseev <aleksander@tigerdata.com>
Discussion: https://postgr.es/m/CAJ7c6TPcSqzhbhrsiCMmVwmE8F7pwS7i9J49SP1zPKS_ER+vcA@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2a3d2f9f68da0c430c497bf29f60373f5214307d

Modified Files
--------------
doc/src/sgml/maintenance.sgml | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)


pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: pgsql: Fix heap-buffer-overflow in pglz_decompress() on corrupt input.
Next
From: Masahiko Sawada
Date:
Subject: Re: pgsql: Allow autovacuum to use parallel vacuum workers.