forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit78493b7
committed
Fix bug where pg_receivexlog goes into busy loop if -s option is set to 0.
The problem is that pg_receivexlog calls select(2) with timeout=0 andgoes into busy loop when --status-interval option is set to 0. This bugwas introduced by the commit,74cbe96.Per report from Sawada Masahiko1 parent455044d commit78493b7
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1094 | 1094 |
| |
1095 | 1095 |
| |
1096 | 1096 |
| |
1097 |
| - | |
| 1097 | + | |
1098 | 1098 |
| |
1099 | 1099 |
| |
1100 | 1100 |
| |
|
0 commit comments
Comments
(0)