]> granicus.if.org Git - postgresql/commit
Call getsockopt() on the correct socket.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Mon, 6 Jul 2015 13:36:48 +0000 (16:36 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Mon, 6 Jul 2015 13:36:48 +0000 (16:36 +0300)
commit8e33fc1784cbd657a7238ab5639ee1f8f54a3ec0
tree2afdb33f033645d2ec0d89870d7d9696db6bf602
parent4f33621f3f50286e607a3cdcc1f7a7d51075af95
Call getsockopt() on the correct socket.

We're interested in the buffer size of the socket that's connected to the
client, not the one that's listening for new connections. It happened to
work, as default buffer size is the same on both, but it was clearly not
wrong.

Spotted by Tom Lane
src/backend/libpq/pqcomm.c