Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit591fb28

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 parent4c9210f commit591fb28

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
@@ -1561,7 +1561,7 @@ f(x) = PHI(2.0 * parameter * (x - mu) / (max - min + 1)) /
15611561
For example, <literal>random_zipfian(1, ..., 2.5)</literal> produces
15621562
the value <literal>1</literal> about <literal>(2/1)**2.5 =
15631563
5.66</literal> times more frequently than <literal>2</literal>, which
1564-
itself is produced <literal>(3/2)*2.5 = 2.76</literal> times more
1564+
itself is produced <literal>(3/2)**2.5 = 2.76</literal> times more
15651565
frequently than <literal>3</literal>, and so on.
15661566
</para>
15671567
<para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp