From 17ef2f1933850df9da4ceaff3f85b460c5ec4b06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Villemain?= Date: Thu, 21 Nov 2013 01:09:54 +0100 Subject: [PATCH] A word was missing in comment --- src/params.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/params.lisp b/src/params.lisp index abaa656..119141b 100644 --- a/src/params.lisp +++ b/src/params.lisp @@ -49,7 +49,7 @@ ;;; How to split batches in case of data loading errors. ;;; (defparameter *copy-batch-size* 25000 - "How many rows to per COPY transaction") + "How many rows to batch per COPY transaction") (defparameter *copy-batch-split* 5 "Number of batches in which to split a batch with bad data")