- Notifications
You must be signed in to change notification settings - Fork5
Commitc250994
committed
Fix bug slowing down pgbench when -P is used.
A removed check inba3deee made all threads but the main one busy-loopwhen -P was used. All threads computed the time to the next time theprogress report should be printed, but only the main thread did so andre-scheduled it only for the future.Reported-By: Jesper PedersenDiscussion: 55C4E190.3050104@redhat.com1 parent89db839 commitc250994
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3646 | 3646 |
| |
3647 | 3647 |
| |
3648 | 3648 |
| |
3649 |
| - | |
| 3649 | + | |
3650 | 3650 |
| |
3651 | 3651 |
| |
3652 | 3652 |
| |
|
0 commit comments
Comments
(0)