pgsql: postgres_fdw: Disable batch insert when BEFORE ROW INSERT trigge

2022-04-20 Thread Etsuro Fujita
postgres_fdw: Disable batch insert when BEFORE ROW INSERT triggers exist. Previously, we allowed this, but such triggers might query the table to insert into and act differently if the tuples that have already been processed and prepared for insertion are not there, so disable it in such cases. B

pgsql: postgres_fdw: Disable batch insert when BEFORE ROW INSERT trigge

2022-04-20 Thread Etsuro Fujita
postgres_fdw: Disable batch insert when BEFORE ROW INSERT triggers exist. Previously, we allowed this, but such triggers might query the table to insert into and act differently if the tuples that have already been processed and prepared for insertion are not there, so disable it in such cases. B