Skip to content

Cleanup pgloader.lisp #1115

Closed
Closed
@phoe

Description

@phoe

EDIT: @dimitri suggested that we should remove this file altogether, since it is not used nowadays.


pgloader/pgloader.lisp

Lines 18 to 19 in bab6aaf

(with-output-to-string (*standard-output*)
(ql:quickload '(:pgloader)))

WITH-OUTPUT-TO-STRING unnecessarily buffers all of the Quicklisp output into a string before ultimately discarding it.

Replace with (with-open-stream (*standard-output* (make-broadcast-stream)) ...)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Good First IssueThis is a good way to contribute to pgloader for the first timeRefactor

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions