]> granicus.if.org Git - postgresql/commit
pgbench: Change terminology from "threshold" to "parameter".
authorRobert Haas <rhaas@postgresql.org>
Fri, 18 Dec 2015 18:24:51 +0000 (13:24 -0500)
committerRobert Haas <rhaas@postgresql.org>
Fri, 18 Dec 2015 18:31:43 +0000 (13:31 -0500)
commit2c5b57ec7f0155eef7bd8d152e546ee96b2feb5e
tree7fa130a5c576a6c05f7615048da6bec17cc57515
parent550e9c23053c2540620dd0f72525ce2e47fd40a5
pgbench: Change terminology from "threshold" to "parameter".

Per a recommendation from Tomas Vondra, it's more helpful to refer to
the value that determines how skewed a Gaussian or exponential
distribution is as a parameter rather than a threshold.

Since it's not quite too late to get this right in 9.5, where it was
introduced, back-patch this.  Most of the patch changes only comments
and documentation, but a few pgbench messages are altered to match.

Fabien Coelho, reviewed by Michael Paquier and by me.
doc/src/sgml/ref/pgbench.sgml
src/bin/pgbench/pgbench.c