- Notifications
You must be signed in to change notification settings - Fork5
Commit9b63e98
committed
In pgstat.c, use a timeout in WaitLatchOrSocket only on Windows.
We have no need for a timeout here really, but some broken products fromRedmond seem to lose FD_READ events occasionally, and waking up andretrying the recv() is the only known way to work around that. Perhapssomebody will be motivated to figure out a better answer here; but not I.1 parent5a2bb06 commit9b63e98
1 file changed
+20
-3
lines changedLines changed: 20 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3113 | 3113 |
| |
3114 | 3114 |
| |
3115 | 3115 |
| |
3116 |
| - | |
| 3116 | + | |
| 3117 | + | |
3117 | 3118 |
| |
3118 | 3119 |
| |
3119 | 3120 |
| |
| |||
3231 | 3232 |
| |
3232 | 3233 |
| |
3233 | 3234 |
| |
3234 |
| - | |
| 3235 | + | |
| 3236 | + | |
| 3237 | + | |
| 3238 | + | |
| 3239 | + | |
| 3240 | + | |
| 3241 | + | |
| 3242 | + | |
| 3243 | + | |
| 3244 | + | |
| 3245 | + | |
| 3246 | + | |
| 3247 | + | |
| 3248 | + | |
| 3249 | + | |
| 3250 | + | |
3235 | 3251 |
| |
3236 | 3252 |
| |
3237 | 3253 |
| |
3238 |
| - | |
| 3254 | + | |
| 3255 | + | |
3239 | 3256 |
| |
3240 | 3257 |
| |
3241 | 3258 |
| |
|
0 commit comments
Comments
(0)