mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-09 15:56:58 +02:00
Some code cleanup.
This commit is contained in:
parent
2f759a3638
commit
f0cfd4554d
@ -235,10 +235,9 @@
|
|||||||
|
|
||||||
(loop
|
(loop
|
||||||
for index in indexes
|
for index in indexes
|
||||||
for table-name = (index-table-name index)
|
|
||||||
do
|
do
|
||||||
(let ((sql (format-pgsql-create-index index
|
(let ((sql
|
||||||
:identifier-case identifier-case)))
|
(format-pgsql-create-index index :identifier-case identifier-case)))
|
||||||
(log-message :notice "~a" sql)
|
(log-message :notice "~a" sql)
|
||||||
(lp:submit-task channel
|
(lp:submit-task channel
|
||||||
#'pgsql-execute-with-timing
|
#'pgsql-execute-with-timing
|
||||||
|
Loading…
Reference in New Issue
Block a user