diff options
author | Thomas Munro <tmunro@postgresql.org> | 2019-07-14 14:19:54 +1200 |
---|---|---|
committer | Thomas Munro <tmunro@postgresql.org> | 2019-07-14 14:22:57 +1200 |
commit | 0369f4736665864edd7bf43736df190afa223c4c (patch) | |
tree | 33b07216d69fbaf98ee570c21e043e6ab45f4df4 | |
parent | 8a0cbb88524e8b6121597285b811640ee793b3e8 (diff) | |
download | postgresql-0369f4736665864edd7bf43736df190afa223c4c.tar.gz postgresql-0369f4736665864edd7bf43736df190afa223c4c.zip |
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
-rw-r--r-- | doc/src/sgml/ref/pgbench.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/pgbench.sgml b/doc/src/sgml/ref/pgbench.sgml index 13ef168f3e8..09af9f1a7dc 100644 --- a/doc/src/sgml/ref/pgbench.sgml +++ b/doc/src/sgml/ref/pgbench.sgml @@ -843,7 +843,7 @@ pgbench <optional> <replaceable>options</replaceable> </optional> <replaceable>d <para> The default built-in transaction script (also invoked with <option>-b tpcb-like</option>) issues seven commands per transaction over randomly chosen <literal>aid</literal>, - <literal>tid</literal>, <literal>bid</literal> and <literal>balance</literal>. + <literal>tid</literal>, <literal>bid</literal> and <literal>delta</literal>. The scenario is inspired by the TPC-B benchmark, but is not actually TPC-B, hence the name. </para> |