mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-08 23:37:00 +02:00
Typo fix.
This commit is contained in:
parent
f51fed84b5
commit
fe2fb517ac
@ -125,7 +125,7 @@
|
|||||||
;; now wait until both the tasks are over
|
;; now wait until both the tasks are over
|
||||||
(loop for tasks below 2 do (lp:receive-result channel)
|
(loop for tasks below 2 do (lp:receive-result channel)
|
||||||
finally
|
finally
|
||||||
(log-message :info "COPY ~~a done." table-name)
|
(log-message :info "COPY ~a done." table-name)
|
||||||
(unless k-s-p (lp:end-kernel))))
|
(unless k-s-p (lp:end-kernel))))
|
||||||
|
|
||||||
;; return the copy-mysql object we just did the COPY for
|
;; return the copy-mysql object we just did the COPY for
|
||||||
|
Loading…
Reference in New Issue
Block a user