pgsql: Change the docs for PARALLEL option of Vacuum.

From: Amit Kapila <akapila(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Change the docs for PARALLEL option of Vacuum.
Date: 2020-10-19 04:21:52
Message-ID: E1kUMgC-00060q-W1@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Change the docs for PARALLEL option of Vacuum.

The rules to choose the number of parallel workers to perform parallel
vacuum operation were not clearly specified.

Reported-by: Peter Eisentraut
Author: Amit Kapila
Backpatch-through: 13, where it was introduced
Discussion: https://postgr.es/m/36aa8aea-61b7-eb3c-263b-648e0cb117b7@2ndquadrant.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/560d260d7852dc54a8c587c1b388843e8c433bc8

Modified Files
--------------
doc/src/sgml/ref/vacuum.sgml | 32 ++++++++++++++++----------------
1 file changed, 16 insertions(+), 16 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2020-10-19 04:21:53 pgsql: Change the docs for PARALLEL option of Vacuum.
Previous Message Michael Paquier 2020-10-19 00:40:09 pgsql: Fix potential memory leak in pgcrypto