Skip to content
Snippets Groups Projects
Commit 15f2f275 authored by Thomas Munro's avatar Thomas Munro
Browse files

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
parent 4fea3434
No related branches found
No related tags found
No related merge requests found
...@@ -710,7 +710,7 @@ pgbench <optional> <replaceable>options</> </optional> <replaceable>dbname</> ...@@ -710,7 +710,7 @@ pgbench <optional> <replaceable>options</> </optional> <replaceable>dbname</>
<para> <para>
The default built-in transaction script (also invoked with <option>-b tpcb-like</>) The default built-in transaction script (also invoked with <option>-b tpcb-like</>)
issues seven commands per transaction over randomly chosen <literal>aid</>, issues seven commands per transaction over randomly chosen <literal>aid</>,
<literal>tid</>, <literal>bid</> and <literal>balance</>. <literal>tid</>, <literal>bid</> and <literal>delta</>.
The scenario is inspired by the TPC-B benchmark, but is not actually TPC-B, The scenario is inspired by the TPC-B benchmark, but is not actually TPC-B,
hence the name. hence the name.
</para> </para>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment