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

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: pgsql: Change the docs for PARALLEL option of Vacuum.
Дата
Msg-id CABUevEyAFQZ_jvjY_KtRUWbci4YMyQC1QAMzDQAbLs=XCo3m5Q@mail.gmail.com
обсуждение исходный текст
Ответ на pgsql: Change the docs for PARALLEL option of Vacuum.  (Amit Kapila <akapila@postgresql.org>)
Список 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 по дате отправления:

Предыдущее
От: David Rowley
Дата:
Сообщение: pgsql: Relax some asserts in merge join costing code
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Clean up code to resolve the "root target relation" in nodeModif