forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit8e33fc1
committed
Call getsockopt() on the correct socket.
We're interested in the buffer size of the socket that's connected to theclient, not the one that's listening for new connections. It happened towork, as default buffer size is the same on both, but it was clearly notwrong.Spotted by Tom Lane1 parent4f33621 commit8e33fc1
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
773 | 773 |
| |
774 | 774 |
| |
775 | 775 |
| |
776 |
| - | |
| 776 | + | |
777 | 777 |
| |
778 | 778 |
| |
779 | 779 |
| |
|
0 commit comments
Comments
(0)