v.20.1Bug Fix
Fix parallel_view_processing to ensure all MATERIALIZED VIEW insertions complete despite exceptions
Fixparallel_view_processingbehavior. Now all insertions intoMATERIALIZED VIEWwithout exception should be finished if exception happened. Fixes #10241. #10757 (Nikolai Kochetov).