Fix error reporting in reindexdb When failing to reindex a table or an index, reindexdb would generate an extra error message related to a database failure, which is misleading.
Backpatch all the way down, as this has been introduced by 85e9a5a0. Discussion: https://postgr.es/m/caobau_yo61rwno3cw6wvywwh7eympuexhkqufb2nfgodunb...@mail.gmail.com Author: Julien Rouhaud Reviewed-by: Daniel Gustafsson, Álvaro Herrera, Tom Lane, Michael Paquier Backpatch-through: 9.4 Branch ------ REL9_6_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/0c132d4581c2fc55a96445630eed82458d80d817 Modified Files -------------- src/bin/scripts/reindexdb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
