forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit6c6970a
committed
Use usleep instead of select for timeouts in PostgresNode.pm
select() for pure timeouts is not portable, and in particular doesn'twork on Windows.Discussion:https://postgr.es/m/186943e0-3405-978d-b19d-9d3335427c86@2ndQuadrant.com1 parent09c2e7c commit6c6970a
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
93 | 93 |
| |
94 | 94 |
| |
95 | 95 |
| |
| 96 | + | |
96 | 97 |
| |
97 | 98 |
| |
98 | 99 |
| |
| |||
1248 | 1249 |
| |
1249 | 1250 |
| |
1250 | 1251 |
| |
1251 |
| - | |
| 1252 | + | |
1252 | 1253 |
| |
1253 | 1254 |
| |
1254 | 1255 |
| |
|
0 commit comments
Comments
(0)