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:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user