summaryrefslogtreecommitdiff
path: root/src/backend/access/transam
diff options
context:
space:
mode:
authorDaniel Gustafsson <dgustafsson@postgresql.org>2024-01-17 11:24:11 +0100
committerDaniel Gustafsson <dgustafsson@postgresql.org>2024-01-17 11:24:11 +0100
commita6463d287b4a313994760a315461d6af86da1873 (patch)
treebfc4c2eeebc8b66688275e66e84ede70cd437ed7 /src/backend/access/transam
parent475b3ea3c06b5059d1844fb02c0f4191b7c86e36 (diff)
Close socket in case of errors in setting non-blocking
If configuring the newly created socket non-blocking fails we error out and return INVALID_SOCKET, but the socket that had been created wasn't closed. Fix by issuing closesocket in the errorpath. Backpatch to all supported branches. Author: Ranier Vilela <ranier.vf@gmail.com> Discussion: https://postgr.es/m/CAEudQApmU5CrKefH85VbNYE2y8H=-qqEJbg6RAPU65+vCe+89A@mail.gmail.com Backpatch-through: v12
Diffstat (limited to 'src/backend/access/transam')
0 files changed, 0 insertions, 0 deletions