Skip to content

Commit 0369f47

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 8a0cbb8 commit 0369f47

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
@@ -843,7 +843,7 @@ pgbench <optional> <replaceable>options</replaceable> </optional> <replaceable>d
843843
<para>
844844
The default built-in transaction script (also invoked with <option>-b tpcb-like</option>)
845845
issues seven commands per transaction over randomly chosen <literal>aid</literal>,
846-
<literal>tid</literal>, <literal>bid</literal> and <literal>balance</literal>.
846+
<literal>tid</literal>, <literal>bid</literal> and <literal>delta</literal>.
847847
The scenario is inspired by the TPC-B benchmark, but is not actually TPC-B,
848848
hence the name.
849849
</para>

0 commit comments

Comments
 (0)