Re: pgsql: Change the docs for PARALLEL option of Vacuum.

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Amit Kapila <akapila(at)postgresql(dot)org>
Cc: pgsql-committers <pgsql-committers(at)lists(dot)postgresql(dot)org>
Subject: Re: pgsql: Change the docs for PARALLEL option of Vacuum.
Date: 2020-10-19 11:40:42
Message-ID: CABUevEyAFQZ_jvjY_KtRUWbci4YMyQC1QAMzDQAbLs=XCo3m5Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

This seems to have broken "make dist" as well as PDF buildingon v13:

https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=guaibasaurus&dt=2020-10-19%2005%3A33%3A03
https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=alabio&dt=2020-10-19%2008%3A25%3A54

HEAD looks ok.

//Magnus

On Mon, Oct 19, 2020 at 6:21 AM Amit Kapila <akapila(at)postgresql(dot)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(-)
>
>

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2020-10-19 11:43:59 pgsql: Revise child-to-root tuple conversion map management.
Previous Message David Rowley 2020-10-19 11:07:10 pgsql: Relax some asserts in merge join costing code