- Notifications
You must be signed in to change notification settings - Fork28
Commitb2d6980
committed
Remove surplus call to table_finish_bulk_insert
4de6024 added the call to table_finish_bulk_insert to theCopyMultiInsertBufferCleanup function. We use a CopyMultiInsertBuffer evenfor non-partitioned tables, so having the cleanup do that meant we wouldcall table_finsh_bulk_insert twice when performing COPY FROM witha non-partitioned table.Here we can just remove the direct call in CopyFrom and letCopyMultiInsertBufferCleanup handle the call instead.1 parent4de6024 commitb2d6980
1 file changed
+0
-2
lines changedLines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3369 | 3369 |
| |
3370 | 3370 |
| |
3371 | 3371 |
| |
3372 |
| - | |
3373 |
| - | |
3374 | 3372 |
| |
3375 | 3373 |
| |
3376 | 3374 |
| |
|
0 commit comments
Comments
(0)