File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1350,7 +1350,7 @@ pgbench <optional> <replaceable>options</replaceable> </optional> <replaceable>d
13501350 <entry><literal>1.0</literal></entry>
13511351 </row>
13521352 <row>
1353- <entry><literal><function>mod(<replaceable>i</replaceable>, <replaceable>bj </replaceable>)</function></literal></entry>
1353+ <entry><literal><function>mod(<replaceable>i</replaceable>, <replaceable>j </replaceable>)</function></literal></entry>
13541354 <entry>integer</entry>
13551355 <entry>modulo</entry>
13561356 <entry><literal>mod(54, 32)</literal></entry>
@@ -1526,8 +1526,8 @@ f(x) = PHI(2.0 * parameter * (x - mu) / (max - min + 1)) /
15261526 with each other and this is when implicit seed parameter comes in handy:
15271527
15281528<programlisting>
1529- \set k1 abs(hash(:r) , :default_seed + 123) % 1000000
1530- \set k2 abs(hash(:r) , :default_seed + 321) % 1000000
1529+ \set k1 abs(hash(:r, :default_seed + 123) ) % 1000000
1530+ \set k2 abs(hash(:r, :default_seed + 321) ) % 1000000
15311531</programlisting>
15321532 </para>
15331533
You can’t perform that action at this time.
0 commit comments