Lists: | pgsql-committers |
---|
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:53 |
Message-ID: | [email protected] |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
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/[email protected]
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(-)
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: | Whole Thread | Raw Message | Download mbox | Resend email |
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/[email protected]
>
> 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(-)
>
>
From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Amit Kapila <akapila(at)postgresql(dot)org> |
Cc: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | Re: pgsql: Change the docs for PARALLEL option of Vacuum. |
Date: | 2020-10-19 14:43:04 |
Message-ID: | [email protected] |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Lists: | pgsql-committers |
Amit Kapila <akapila(at)postgresql(dot)org> writes:
> Change the docs for PARALLEL option of Vacuum.
The buildfarm says you broke the docs build in v13.
regards, tom lane
From: | Amit Kapila <amit(dot)kapila16(at)gmail(dot)com> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | Amit Kapila <akapila(at)postgresql(dot)org>, pgsql-committers <pgsql-committers(at)lists(dot)postgresql(dot)org> |
Subject: | Re: pgsql: Change the docs for PARALLEL option of Vacuum. |
Date: | 2020-10-20 02:17:47 |
Message-ID: | CAA4eK1Krxavc2dfe3TKt0kcX4-9h_rJ93_oks8kyESMreukzTg@mail.gmail.com |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Lists: | pgsql-committers |
On Mon, Oct 19, 2020 at 8:13 PM Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
>
> Amit Kapila <akapila(at)postgresql(dot)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.
From: | Amit Kapila <amit(dot)kapila16(at)gmail(dot)com> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | Amit Kapila <akapila(at)postgresql(dot)org>, pgsql-committers <pgsql-committers(at)lists(dot)postgresql(dot)org> |
Subject: | Re: pgsql: Change the docs for PARALLEL option of Vacuum. |
Date: | 2020-10-20 11:09:49 |
Message-ID: | CAA4eK1+34w2+HJq-chksRYnXT676XV9EZ34+bXMQQGb2qM_jng@mail.gmail.com |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Lists: | pgsql-committers |
On Tue, Oct 20, 2020 at 7:47 AM Amit Kapila <amit(dot)kapila16(at)gmail(dot)com> wrote:
>
> On Mon, Oct 19, 2020 at 8:13 PM Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> >
> > Amit Kapila <akapila(at)postgresql(dot)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.