mirror of
https://github.com/dimitri/pgloader.git
synced 2026-05-05 02:46:10 +02:00
Desultory review code indentation.
This commit is contained in:
parent
ee69b8d4ce
commit
133028f58d
@ -20,7 +20,8 @@
|
||||
(cl-postgres::with-syncing
|
||||
(cl-postgres::write-uint1 cl-postgres::socket 100)
|
||||
(cl-postgres::write-uint4 cl-postgres::socket (+ 4 (length data)))
|
||||
(loop :for byte :across data :do (write-byte byte cl-postgres::socket))))))
|
||||
(loop :for byte :across data
|
||||
:do (write-byte byte cl-postgres::socket))))))
|
||||
(incf (cl-postgres::copier-count copier)))
|
||||
|
||||
(defun copy-batch (table columns batch batch-rows
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user