Re: pgsql: Change the docs for PARALLEL option of Vacuum. - Mailing list pgsql-committers

From Magnus Hagander
Subject Re: pgsql: Change the docs for PARALLEL option of Vacuum.
Date
Msg-id CABUevEyAFQZ_jvjY_KtRUWbci4YMyQC1QAMzDQAbLs=XCo3m5Q@mail.gmail.com
Whole thread Raw
In response to pgsql: Change the docs for PARALLEL option of Vacuum.  (Amit Kapila <akapila@postgresql.org>)
List pgsql-committers
This seems to have broken "make dist"  as well as PDF buildingon v13:


HEAD looks ok.

//Magnus


On Mon, Oct 19, 2020 at 6:21 AM Amit Kapila <akapila@postgresql.org> wrote:
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
------
REL_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/99ae342fc4ffe5f9a6ec7f540c5a31fb483b06e6

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

pgsql-committers by date:

Previous
From: David Rowley
Date:
Subject: pgsql: Relax some asserts in merge join costing code
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Clean up code to resolve the "root target relation" in nodeModif