Skip to content

Commit 329575d

Browse files
committed
Doc: fix typo in pgbench random_zipfian() documentation.
Per bug #15819 from Koizumi Satoru. Discussion: https://postgr.es/m/15819-e6191bef1f7334c0@postgresql.org
1 parent 5d91a9e commit 329575d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/ref/pgbench.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1509,7 +1509,7 @@ f(x) = PHI(2.0 * parameter * (x - mu) / (max - min + 1)) /
15091509
For example, <literal>random_zipfian(1, ..., 2.5)</literal> produces
15101510
the value <literal>1</literal> about <literal>(2/1)**2.5 =
15111511
5.66</literal> times more frequently than <literal>2</literal>, which
1512-
itself is produced <literal>(3/2)*2.5 = 2.76</literal> times more
1512+
itself is produced <literal>(3/2)**2.5 = 2.76</literal> times more
15131513
frequently than <literal>3</literal>, and so on.
15141514
</para>
15151515
</listitem>

0 commit comments

Comments
 (0)