forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit46c1932
committed
Fix possible lockup in pgbench with -R.
pgbench would sometimes get stuck waiting forever after its lastclient thread terminated, due to failing to check for there beingnothing more to wait for.Bug introduced during refactoring in v10 (I didn't bother to try toassign blame to a specific commit). It's already repaired inHEAD/v12 thanks to commit3bac77c, but v10 and v11 need this fix.Fabien Coelho, per report from Tomas Vondra; reviewed byYoshikazu ImaiDiscussion:https://postgr.es/m/cc5d76c1-6144-bbed-ad1b-961d13d88f3b@2ndquadrant.com1 parent55862b2 commit46c1932
1 file changed
+4
-0
lines changedLines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4515 | 4515 |
| |
4516 | 4516 |
| |
4517 | 4517 |
| |
| 4518 | + | |
| 4519 | + | |
| 4520 | + | |
| 4521 | + | |
4518 | 4522 |
| |
4519 | 4523 |
| |
4520 | 4524 |
| |
|
0 commit comments
Comments
(0)