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