Re: Execute INSERT during a parallel operation

2019-04-26 Thread Rafia Sabih
On Sun, 14 Apr 2019 at 04:11, Donald Dong wrote: > > Hi, > > I'm trying to use the SPI to save the executed plans in the ExecutorEnd. When > the plan involves multiple workers, the insert operations would trigger an > error: cannot execute INSERT during a parallel ope

Execute INSERT during a parallel operation

2019-04-13 Thread Donald Dong
Hi, I'm trying to use the SPI to save the executed plans in the ExecutorEnd. When the plan involves multiple workers, the insert operations would trigger an error: cannot execute INSERT during a parallel operation. I wonder if there's a different hook I can use when there's a