Generalize parallel slot result handling.
authorRobert Haas <rhaas@postgresql.org>
Fri, 5 Feb 2021 21:08:45 +0000 (16:08 -0500)
committerRobert Haas <rhaas@postgresql.org>
Fri, 5 Feb 2021 21:08:45 +0000 (16:08 -0500)
commit418611c84d004f45d92bcaa3f8e100385d96cd41
treefc7727b5a72d57a5f1bc655e023d5ae51d6cf1ea
parente955bd4b6c2bcdbd253837f6cf4c7520b98e69d4
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/12ED3DA8-25F0-4B68-937D-D907CFBF08E7@enterprisedb.com
Discussion: http://postgr.es/m/5F743835-3399-419C-8324-2D424237E999@enterprisedb.com
Discussion: http://postgr.es/m/70655DF3-33CE-4527-9A4D-DDEB582B6BA0@enterprisedb.com
src/bin/scripts/reindexdb.c
src/bin/scripts/vacuumdb.c
src/fe_utils/parallel_slot.c
src/include/fe_utils/parallel_slot.h