pgsql: Fix error status of vacuumdb when multiple jobs are used

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Fix error status of vacuumdb when multiple jobs are used
Дата
Msg-id E1hOXuk-0003Yj-At@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix error status of vacuumdb when multiple jobs are used

When running a batch of VACUUM or ANALYZE commands on a given database,
there were cases where it is possible to have vacuumdb not report an
error where it actually should, leading to incorrect status results.

Author: Julien Rouhaud
Reviewed-by: Amit Kapila, Michael Paquier
Discussion: https://postgr.es/m/CAOBaU_ZuTwz7CtqLYJ1Ouuh272bTQPLN8b1bAPk0bCBm4PDMTQ@mail.gmail.com
Backpatch-through: 9.5

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/db8802a99ed75e1f8f5ffab199cea7fb6f63a057

Modified Files
--------------
src/bin/scripts/vacuumdb.c | 3 +++
1 file changed, 3 insertions(+)


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

Предыдущее
От: Tatsuo Ishii
Дата:
Сообщение: Re: pgsql: docs: fist draft version of the PG 12 release notes
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Clean up the behavior and API of catalog.c'sis-catalog-relation