From: Peter Eisentraut Date: Tue, 1 Aug 2017 18:33:55 +0000 (-0400) Subject: doc: Fix typo X-Git-Tag: REL_10_BETA3~49 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c1bb7870463bd8ab2b28b363616ec60a9041e13a;p=thirdparty%2Fpostgresql.git doc: Fix typo Author: Fabien COELHO --- diff --git a/doc/src/sgml/ref/pgbench.sgml b/doc/src/sgml/ref/pgbench.sgml index 64b043b48a1..03e1212d50a 100644 --- a/doc/src/sgml/ref/pgbench.sgml +++ b/doc/src/sgml/ref/pgbench.sgml @@ -1045,7 +1045,7 @@ f(x) = exp(-parameter * (x - min) / (max - min + 1)) / (1 - exp(-parameter)) Then value i between min and max inclusive is drawn with probability: - f(x) - f(x + 1). + f(i) - f(i + 1).