From: Thomas Munro Date: Sun, 14 Jul 2019 02:19:54 +0000 (+1200) Subject: Fix documentation for pgbench tpcb-like. X-Git-Tag: REL_11_5~46 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f757d89e88e83eb93498fd161d2c24977ef28a3d;p=postgresql 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 --- diff --git a/doc/src/sgml/ref/pgbench.sgml b/doc/src/sgml/ref/pgbench.sgml index 865be44947..08161c9331 100644 --- a/doc/src/sgml/ref/pgbench.sgml +++ b/doc/src/sgml/ref/pgbench.sgml @@ -824,7 +824,7 @@ pgbench options d The default built-in transaction script (also invoked with ) issues seven commands per transaction over randomly chosen aid, - tid, bid and balance. + tid, bid and delta. The scenario is inspired by the TPC-B benchmark, but is not actually TPC-B, hence the name.