A word was missing in comment

This commit is contained in:
Cédric Villemain 2013-11-21 01:09:54 +01:00 committed by Dimitri Fontaine
parent 081f6be0b4
commit 17ef2f1933

View File

@ -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")