From 9ddf117a90af6ebf836fbc96665a7ee52e548ced Mon Sep 17 00:00:00 2001 From: Dimitri Fontaine Date: Mon, 14 Jul 2014 21:54:50 +0200 Subject: [PATCH] In-passing desultory cleanup. --- src/package.lisp | 2 +- src/sources/fixed.lisp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/package.lisp b/src/package.lisp index c8daacc..3f14be1 100644 --- a/src/package.lisp +++ b/src/package.lisp @@ -215,7 +215,7 @@ #:map-rows #:copy-to #:copy-to-queue - #:stream-file)) + #:copy-from)) (defpackage #:pgloader.mysql (:use #:cl diff --git a/src/sources/fixed.lisp b/src/sources/fixed.lisp index bd973bd..78c92b1 100644 --- a/src/sources/fixed.lisp +++ b/src/sources/fixed.lisp @@ -1,5 +1,5 @@ ;;; -;;; Tools to handle MySQL data fetching +;;; Tools to handle fixed width files ;;; (in-package :pgloader.fixed)