1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

pgbench: More fix with handling default scaling factor in the default

scenarios. With multiple clinets, only the first client got the right
scaling factor and this gave a illusion of better performance in case
of the scaling factor greater than 1.
This commit is contained in:
Tatsuo Ishii
2006-10-21 06:31:28 +00:00
parent 554032b3e4
commit a5007d671a
3 changed files with 31 additions and 3 deletions

View File

@ -1,4 +1,4 @@
pgbench README 2006/07/26 Tatsuo Ishii
pgbench README 2006/10/21 Tatsuo Ishii
o What is pgbench?
@ -235,6 +235,10 @@ Basically it is same as BSD license. See pgbench.c for more details.
o History
2006/10/21
* more fix with handling default scaling factor in the default
scenarios
2006/09/14
* change "tps" to "scale" to avoid confusion