mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-09 07:47:00 +02:00
Avoid double logging the TRUNCATE call, that's scary.
This commit is contained in:
parent
e9e9e364b0
commit
2637bb7e81
@ -42,7 +42,6 @@
|
|||||||
*writer-batch* for us to send down to PostgreSQL, and when that's done
|
*writer-batch* for us to send down to PostgreSQL, and when that's done
|
||||||
update *state*."
|
update *state*."
|
||||||
(when truncate
|
(when truncate
|
||||||
(log-message :notice "TRUNCATE ~a;" table-name)
|
|
||||||
(truncate-tables dbname (list table-name)))
|
(truncate-tables dbname (list table-name)))
|
||||||
|
|
||||||
(log-message :debug "pgsql:copy-from-queue: ~a ~a" table-name columns)
|
(log-message :debug "pgsql:copy-from-queue: ~a ~a" table-name columns)
|
||||||
|
Loading…
Reference in New Issue
Block a user