- Notifications
You must be signed in to change notification settings - Fork5
Commit80b346c
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 parent3153b1a commit80b346c
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
43 | 43 |
| |
44 | 44 |
| |
45 | 45 |
| |
46 |
| - | |
| 46 | + | |
47 | 47 |
| |
48 | 48 |
| |
49 | 49 |
| |
|
0 commit comments
Comments
(0)