postgresql/src/bin/pgbench
Tatsuo Ishii 3c4c5acc40 Fix incorrect tps number calculation in "excluding connections establishing".
The tolerance (larger than actual tps number) increases as the number
of threads decreases.  The bug has been there since the thread support
was introduced in 9.0. Because back patching introduces incompatible
behavior changes regarding the tps number, the fix is committed to
master and 9.5 stable branches only.

Problem spotted by me and fix proposed by Fabien COELHO. Note that his
original patch included more than fixes (a code re-factoring) which is
not related to the problem and I omitted the part.
2015-09-30 10:36:23 +09:00
..
.gitignore Move pgbench from contrib/ to src/bin/ 2015-04-13 13:07:16 -04:00
exprparse.y Move pgbench from contrib/ to src/bin/ 2015-04-13 13:07:16 -04:00
exprscan.l Move pgbench from contrib/ to src/bin/ 2015-04-13 13:07:16 -04:00
Makefile Move pgbench from contrib/ to src/bin/ 2015-04-13 13:07:16 -04:00
pgbench.c Fix incorrect tps number calculation in "excluding connections establishing". 2015-09-30 10:36:23 +09:00
pgbench.h pgindent run for 9.5 2015-05-23 21:35:49 -04:00