Bugfix pgloader.pgsql::retry-batch (typo, forgot the columns).

This commit is contained in:
Dimitri Fontaine 2013-10-13 21:35:49 +02:00
parent 6d27d28287
commit bfaf996265

View File

@ -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)