File tree 1 file changed +3
-3
lines changed
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
1350
1350
<entry><literal>1.0</literal></entry>
1351
1351
</row>
1352
1352
<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>
1354
1354
<entry>integer</entry>
1355
1355
<entry>modulo</entry>
1356
1356
<entry><literal>mod(54, 32)</literal></entry>
@@ -1526,8 +1526,8 @@ f(x) = PHI(2.0 * parameter * (x - mu) / (max - min + 1)) /
1526
1526
with each other and this is when implicit seed parameter comes in handy:
1527
1527
1528
1528
<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
1531
1531
</programlisting>
1532
1532
</para>
1533
1533
You can’t perform that action at this time.
0 commit comments