Avoid double logging the TRUNCATE call, that's scary.

This commit is contained in:
Dimitri Fontaine 2014-05-26 15:47:20 +02:00
parent e9e9e364b0
commit 2637bb7e81

View File

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