mirror of
https://github.com/dimitri/pgloader.git
synced 2026-05-04 10:31:02 +02:00
Bugfix pgloader.pgsql::retry-batch (typo, forgot the columns).
This commit is contained in:
parent
6d27d28287
commit
bfaf996265
@ -470,7 +470,7 @@ Finally returns how many rows where read and processed."
|
||||
(current-batch-size (smaller-batch-size batch-size
|
||||
processed-rows))
|
||||
(stream
|
||||
(cl-postgres:open-db-writer conspec table-name )))
|
||||
(cl-postgres:open-db-writer conspec table-name columns)))
|
||||
|
||||
(log-message :debug "pgsql:retry-batch: current-batch-size = ~d"
|
||||
current-batch-size)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user