mirror of
https://github.com/dimitri/pgloader.git
synced 2026-05-04 18:36:12 +02:00
Fix another useless use of loop.
This commit is contained in:
parent
223199e866
commit
6d92dc251f
@ -13,7 +13,7 @@
|
||||
;;; call here.
|
||||
;;;
|
||||
(defun format-vector-row (stream row
|
||||
&optional (transforms (loop for c across row collect nil)))
|
||||
&optional (transforms (make-list (length row))))
|
||||
"Add a ROW in the STREAM, formating ROW in PostgreSQL COPY TEXT format.
|
||||
|
||||
See http://www.postgresql.org/docs/9.2/static/sql-copy.html#AEN66609 for
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user