From: Tom Lane Date: Sun, 15 Aug 2010 19:46:24 +0000 (+0000) Subject: Avoid unnecessary use of TPS acronym. X-Git-Tag: REL9_1_ALPHA1~78 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=82954d49e49469ee71a4ead3be60bd7d68e5b9ae;p=thirdparty%2Fpostgresql.git Avoid unnecessary use of TPS acronym. Robert Haas, per gripe from Erik Rijkers --- diff --git a/doc/src/sgml/pgbench.sgml b/doc/src/sgml/pgbench.sgml index c1547cb1b06..0c15fdab261 100644 --- a/doc/src/sgml/pgbench.sgml +++ b/doc/src/sgml/pgbench.sgml @@ -1,4 +1,4 @@ - + pgbench @@ -40,7 +40,7 @@ tps = 85.296346 (excluding connections establishing) and number of transactions per client); these will be equal unless the run failed before completion. (In -T mode, only the actual number of transactions is printed.) - The last two lines report the TPS rate, + The last two lines report the number of transactions per second, figured with and without counting the time to start database sessions.