pgsql: Fix handling of pending inserts in nodeModifyTable.c.

2022-11-25 Thread Etsuro Fujita
Fix handling of pending inserts in nodeModifyTable.c. Commit b663a4136, which allowed FDWs to INSERT rows in bulk, added to nodeModifyTable.c code to flush pending inserts to the foreign-table result relation(s) before completing processing of the ModifyTable node, but the code failed to take into

pgsql: Fix handling of pending inserts in nodeModifyTable.c.

2022-11-25 Thread Etsuro Fujita
Fix handling of pending inserts in nodeModifyTable.c. Commit b663a4136, which allowed FDWs to INSERT rows in bulk, added to nodeModifyTable.c code to flush pending inserts to the foreign-table result relation(s) before completing processing of the ModifyTable node, but the code failed to take into

pgsql: Fix handling of pending inserts in nodeModifyTable.c.

2022-11-25 Thread Etsuro Fujita
Fix handling of pending inserts in nodeModifyTable.c. Commit b663a4136, which allowed FDWs to INSERT rows in bulk, added to nodeModifyTable.c code to flush pending inserts to the foreign-table result relation(s) before completing processing of the ModifyTable node, but the code failed to take into