forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit0f574a7
committed
Allow up to 3 "-P 1" reports per thread in pgbench run of 2 seconds.
There seems to be some considerable imprecision in the timing of -Pprogress reports. Nominally each thread ought to produce 2 reportsin this test, but about 10% of the time we only get one, and 1% ofthe time we get three, as per buildfarm results so far. Pendingfurther investigation, treat the last case as a "pass". (I, tgl,am suspicious that this still might not be lax enough, now that it'sobvious that the behavior is load-dependent; but there's not yetbuildfarm evidence to confirm that suspicion.)Fabien CoelhoDiscussion:https://postgr.es/m/26654.1505232433@sss.pgh.pa.us1 parent5d3cad5 commit0f574a7
1 file changed
+3
-2
lines changedLines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
462 | 462 |
| |
463 | 463 |
| |
464 | 464 |
| |
465 |
| - | |
466 |
| - | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
467 | 468 |
| |
468 | 469 |
| |
469 | 470 |
| |
|
0 commit comments
Comments
(0)