Generalize parallel slot result handling. Instead of having a hard-coded behavior that we ignore missing tables and report all other errors, let the caller decide what to do by setting a callback.
Mark Dilger, reviewed and somewhat revised by me. The larger patch series of which this is a part has also had review from Peter Geoghegan, Andres Freund, Álvaro Herrera, Michael Paquier, and Amul Sul, but I don't know whether any of them have reviewed this bit specifically. Discussion: http://postgr.es/m/[email protected] Discussion: http://postgr.es/m/[email protected] Discussion: http://postgr.es/m/[email protected] Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/418611c84d004f45d92bcaa3f8e100385d96cd41 Modified Files -------------- src/bin/scripts/reindexdb.c | 1 + src/bin/scripts/vacuumdb.c | 1 + src/fe_utils/parallel_slot.c | 91 +++++++++++++++++++++++++----------- src/include/fe_utils/parallel_slot.h | 29 ++++++++++++ 4 files changed, 94 insertions(+), 28 deletions(-)
