mirror of
https://github.com/dimitri/pgloader.git
synced 2026-05-05 10:56:10 +02:00
Declare CSV projected fields ignorable in the generated code to be compiled.
This commit is contained in:
parent
9fd0bbabe2
commit
73de5b7186
@ -108,6 +108,7 @@
|
||||
`(lambda (row)
|
||||
(declare (optimize speed) (type list row))
|
||||
(destructuring-bind (,@args) row
|
||||
(declare (ignorable ,@args))
|
||||
(list ,@newrow))))))))
|
||||
;; allow for some debugging
|
||||
(if compile (compile nil projection) projection))))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user