Execute INSERT during a parallel operation - Mailing list pgsql-hackers

From Donald Dong
Subject Execute INSERT during a parallel operation
Date
Msg-id 38FFEBCF-760F-4680-82FE-9A8A412BE1CC@csumb.edu
Whole thread Raw
Responses Re: Execute INSERT during a parallel operation
List pgsql-hackers
Hi,

I'm trying to use the SPI to save the executed plans in the ExecutorEnd. When the plan involves multiple workers, the
insertoperations 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 gather node? or other ways to get around?

Thank you,
Donald Dong


pgsql-hackers by date:

Previous
From: Peter Geoghegan
Date:
Subject: Re: Zedstore - compressed in-core columnar storage
Next
From: Chapman Flack
Date:
Subject: doc: datatype-table and xfunc-c-type-table