forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commita7e65dc
committed
Fix WaitLatch(NULL) on Windows.
Further to commit733fa9a, on Windows when a latch is triggered but wearen't currently waiting for it, we need to locate the latch's HANDLErather than calling ResetEvent(NULL).Author: Kyotaro Horiguchi <horikyota.ntt@gmail.com>Reported-by: Ranier Vilela <ranier.vf@gmail.com>Discussion:https://postgr.es/m/CAEudQArTPi1YBc%2Bn1fo0Asy3QBFhVjp_QgyKG-8yksVn%2ByRTiw%40mail.gmail.com1 parent805b816 commita7e65dc
1 file changed
+5
-1
lines changedLines changed: 5 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1835 | 1835 |
| |
1836 | 1836 |
| |
1837 | 1837 |
| |
1838 |
| - | |
| 1838 | + | |
| 1839 | + | |
| 1840 | + | |
| 1841 | + | |
| 1842 | + | |
1839 | 1843 |
| |
1840 | 1844 |
| |
1841 | 1845 |
| |
|
0 commit comments
Comments
(0)