diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2016-04-12 19:52:21 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2016-04-12 19:52:21 -0400 |
commit | d1b7d4877b9a71f476e8e5adea3b6afe419896ba (patch) | |
tree | a8b1f9d5189efc4a59137048f0b847e1ba38045c /src/include/postgres.h | |
parent | deb71fa9713dfe374a74fc58a5d298b5f25da3f5 (diff) | |
download | postgresql-d1b7d4877b9a71f476e8e5adea3b6afe419896ba.tar.gz postgresql-d1b7d4877b9a71f476e8e5adea3b6afe419896ba.zip |
Provide errno-translation wrappers around bind() and listen() on Windows.
I've seen one too many "could not bind IPv4 socket: No error" log entries
from the Windows buildfarm members. Per previous discussion, this is
likely caused by the fact that we're doing nothing to translate
WSAGetLastError() to errno. Put in a wrapper layer to do that.
If this works as expected, it should get back-patched, but let's see what
happens in the buildfarm first.
Discussion: <4065.1452450340@sss.pgh.pa.us>
Diffstat (limited to 'src/include/postgres.h')
0 files changed, 0 insertions, 0 deletions