From: | Amit Kapila <akapila(at)postgresql(dot)org> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Improve docs and error messages for parallel vacuum. |
Date: | 2021-05-25 04:12:32 |
Message-ID: | [email protected] |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Improve docs and error messages for parallel vacuum.
The error messages, docs, and one of the options were using
'parallel degree' to indicate parallelism used by vacuum command. We
normally use 'parallel workers' at other places so change it for parallel
vacuum accordingly.
Author: Bharath Rupireddy
Reviewed-by: Dilip Kumar, Amit Kapila
Backpatch-through: 13
Discussion: https://postgr.es/m/CALj2ACWz=PYrrFXVsEKb9J1aiX4raA+UBe02hdRp_zqDkrWUiw@mail.gmail.com
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/0734b0e983443882ec509ab4501c30ba9b706f5f
Modified Files
--------------
doc/src/sgml/ref/vacuumdb.sgml | 6 +++---
src/backend/commands/vacuum.c | 2 +-
src/bin/scripts/vacuumdb.c | 4 ++--
src/test/regress/expected/vacuum.out | 2 +-
4 files changed, 7 insertions(+), 7 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Amit Kapila | 2021-05-25 05:26:36 | pgsql: Doc: Update logical decoding stats information. |
Previous Message | Michael Paquier | 2021-05-25 01:12:13 | pgsql: Disallow SSL renegotiation |