Improve docs and error messages for parallel vacuum.
Amit Kapila <akapila@postgresql.org>
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
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/vacuumdb.sgml | modified | +3 −3 |
| src/backend/commands/vacuum.c | modified | +1 −1 |
| src/bin/scripts/vacuumdb.c | modified | +2 −2 |
| src/test/regress/expected/vacuum.out | modified | +1 −1 |
Documentation touched
Discussion
- parallel vacuum - few questions on docs, comments and code 18 messages · 2021-05-11 → 2021-05-25