Skip to content

Commit 15f2f27

Browse files
committed
Fix documentation for pgbench tpcb-like.
We choose a random value for delta, not balance. Back-patch to 9.6 where the mistake arrived. Author: Fabien Coelho Discussion: https://postgr.es/m/alpine.DEB.2.21.1904081752210.5867@lancre
1 parent 4fea343 commit 15f2f27

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
@@ -710,7 +710,7 @@ pgbench <optional> <replaceable>options</> </optional> <replaceable>dbname</>
710710
<para>
711711
The default built-in transaction script (also invoked with <option>-b tpcb-like</>)
712712
issues seven commands per transaction over randomly chosen <literal>aid</>,
713-
<literal>tid</>, <literal>bid</> and <literal>balance</>.
713+
<literal>tid</>, <literal>bid</> and <literal>delta</>.
714714
The scenario is inspired by the TPC-B benchmark, but is not actually TPC-B,
715715
hence the name.
716716
</para>

0 commit comments

Comments
 (0)