On Thu, Oct 15, 2020 at 6:13 PM Amit Kapila <amit.kapil...@gmail.com> wrote: > > On Thu, Oct 15, 2020 at 9:56 AM Greg Nancarrow <gregn4...@gmail.com> wrote: > > > > Also, I'm seeing a partition-related error when running > > installcheck-world - I'm investigating that. > > > > Okay. >
The attached patch fixes this partition case for me. Basically, we need to check the parallel-safety of PartitionKey. I have only checked for partsupfunc but I think we need to check the parallel-safety of partexprs as well. Also, I noticed that you have allowed for parallelism only when all expressions/functions involved with Insert are parallel-safe, can't we allow parallel-restricted case because anyway Inserts have to be performed by the leader for this patch. -- With Regards, Amit Kapila.
fix_paratition_failure_1.patch
Description: Binary data