pgsql: Fix error status of vacuumdb when multiple jobs are used - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Fix error status of vacuumdb when multiple jobs are used
Date
Msg-id E1hOXuk-0003Yl-Az@gemulon.postgresql.org
Whole thread Raw
List 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
------
REL9_6_STABLE

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

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


pgsql-committers by date:

Previous
From: Tatsuo Ishii
Date:
Subject: Re: pgsql: docs: fist draft version of the PG 12 release notes
Next
From: Tom Lane
Date:
Subject: pgsql: Clean up the behavior and API of catalog.c'sis-catalog-relation