pgsql: Improve docs and error messages for parallel vacuum.

Поиск
Список
Период
Сортировка
От Amit Kapila
Тема pgsql: Improve docs and error messages for parallel vacuum.
Дата
Msg-id E1llOQi-0006Xl-R2@gemulon.postgresql.org
обсуждение исходный текст
Список 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
------
REL_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/9012e5594c6ff803abb6d51e164797e3810845c1

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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: Disallow SSL renegotiation
Следующее
От: Amit Kapila
Дата:
Сообщение: pgsql: Doc: Update logical decoding stats information.