From 2637bb7e814cfaaa07b2db5f77dcd76116ea44d2 Mon Sep 17 00:00:00 2001 From: Dimitri Fontaine Date: Mon, 26 May 2014 15:47:20 +0200 Subject: [PATCH] Avoid double logging the TRUNCATE call, that's scary. --- src/pgsql/pgsql.lisp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pgsql/pgsql.lisp b/src/pgsql/pgsql.lisp index 115d245..3684017 100644 --- a/src/pgsql/pgsql.lisp +++ b/src/pgsql/pgsql.lisp @@ -42,7 +42,6 @@ *writer-batch* for us to send down to PostgreSQL, and when that's done update *state*." (when truncate - (log-message :notice "TRUNCATE ~a;" table-name) (truncate-tables dbname (list table-name))) (log-message :debug "pgsql:copy-from-queue: ~a ~a" table-name columns)