pgsql: Change the docs for PARALLEL option of Vacuum.

Started by Amit Kapilaalmost 6 years ago5 messagescomitters
Jump to latest
#1Amit Kapila
amit.kapila16@gmail.com

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: /messages/by-id/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(-)

#2Magnus Hagander
magnus@hagander.net
In reply to: Amit Kapila (#1)
Re: pgsql: Change the docs for PARALLEL option of Vacuum.

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@postgresql.org> wrote:

Show quoted text

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:
/messages/by-id/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(-)

#3Tom Lane
tgl@sss.pgh.pa.us
In reply to: Amit Kapila (#1)
Re: pgsql: Change the docs for PARALLEL option of Vacuum.

Amit Kapila <akapila@postgresql.org> writes:

Change the docs for PARALLEL option of Vacuum.

The buildfarm says you broke the docs build in v13.

regards, tom lane

#4Amit Kapila
amit.kapila16@gmail.com
In reply to: Tom Lane (#3)
Re: pgsql: Change the docs for PARALLEL option of Vacuum.

On Mon, Oct 19, 2020 at 8:13 PM Tom Lane <tgl@sss.pgh.pa.us> wrote:

Amit Kapila <akapila@postgresql.org> writes:

Change the docs for PARALLEL option of Vacuum.

The buildfarm says you broke the docs build in v13.

oops, I'll look into it.

--
With Regards,
Amit Kapila.

#5Amit Kapila
amit.kapila16@gmail.com
In reply to: Amit Kapila (#4)
Re: pgsql: Change the docs for PARALLEL option of Vacuum.

On Tue, Oct 20, 2020 at 7:47 AM Amit Kapila <amit.kapila16@gmail.com> wrote:

On Mon, Oct 19, 2020 at 8:13 PM Tom Lane <tgl@sss.pgh.pa.us> wrote:

Amit Kapila <akapila@postgresql.org> writes:

Change the docs for PARALLEL option of Vacuum.

The buildfarm says you broke the docs build in v13.

oops, I'll look into it.

Now, it is fixed. Apparently, I forgot to do the docs build for v13,
sorry for the same.

--
With Regards,
Amit Kapila.