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_zutwz7ctqlyj1ouuh272btqpln8b1bapk0bcbm4pd...@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(+)
