mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-08 07:16:58 +02:00
Fix the previous commit...
This commit is contained in:
parent
e175e7782a
commit
94edae3662
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user