mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-07 06:47:00 +02:00
Cleanup.
This commit is contained in:
parent
5213456b8f
commit
7065d263f5
@ -16,8 +16,6 @@ exec sbcl --script "$0" $@
|
|||||||
(format t "Loading quicklisp and the pgloader project and its dependencies...")
|
(format t "Loading quicklisp and the pgloader project and its dependencies...")
|
||||||
(terpri)
|
(terpri)
|
||||||
(with-output-to-string (*standard-output*)
|
(with-output-to-string (*standard-output*)
|
||||||
(pushnew :lparallel.with-vector-queue *features*)
|
|
||||||
(pushnew :lparallel.without-stealing-scheduler *features*)
|
|
||||||
(ql:quickload '(:pgloader)))
|
(ql:quickload '(:pgloader)))
|
||||||
|
|
||||||
(in-package #:pgloader)
|
(in-package #:pgloader)
|
||||||
|
Loading…
Reference in New Issue
Block a user