forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit6c8d2ea
committed
Add missing call to ConditionVariableCancelSleep().
After calling ConditionVariableSleep() or ConditionVariableTimedSleep()one or more times, code is supposed to call ConditionVariableCancelSleep()to remove itself from the waitlist. This code neglected to do so.As far as I know, that had no observable consequences, but let's makethe code correct.Discussion:http://postgr.es/m/CA+TgmoYW8eR+KN6zhVH0sin7QH6AvENqw_bkN-bB4yLYKAnsew@mail.gmail.com1 parentd329a51 commit6c8d2ea
1 file changed
+2
-0
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
682 | 682 |
| |
683 | 683 |
| |
684 | 684 |
| |
| 685 | + | |
| 686 | + | |
685 | 687 |
| |
686 | 688 |
| |
687 | 689 |
| |
|
0 commit comments
Comments
(0)