forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitc8966a9
committed
Fix pq_putmessage_noblock() to not block.
An evident copy-and-pasteo in commit2bd9e41 broke the non-blockingaspect of pq_putmessage_noblock(), causing it to behave identically topq_putmessage(). That function is nowadays used only in walsender.c,so that the net effect was to cause walsenders to hang up waiting forthe receiver in situations where they should not.Kyotaro HoriguchiPatch: <20160728.185228.58375982.horiguchi.kyotaro@lab.ntt.co.jp>1 parent67fb608 commitc8966a9
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
| |
45 |
| - | |
| 45 | + | |
46 | 46 |
| |
47 | 47 |
| |
48 | 48 |
| |
|
0 commit comments
Comments
(0)