Fix the previous commit...

This commit is contained in:
Dimitri Fontaine 2013-10-01 00:24:17 +02:00
parent e175e7782a
commit 94edae3662

View File

@ -420,7 +420,7 @@ order by ordinal_position" dbname table-name)))
(our-columns (our-columns
(cdr (assoc table-name all-columns (cdr (assoc table-name all-columns
:test #'string=)))) :test #'string=))))
(loop for col in our-columns collect nil))))) (transforms our-columns)))))
(with-stats-collection (dbname table-name :state *state* :summary summary) (with-stats-collection (dbname table-name :state *state* :summary summary)
(log-message :notice "COPY ~a.~a" dbname table-name) (log-message :notice "COPY ~a.~a" dbname table-name)