postgresql/src/include/port/win32/sys
Thomas Munro cce28f6268 Fix macro problem with gai_strerror on Windows.
Commit 5579388d was confused about why gai_strerror() didn't work, and
used gai_strerrorA().  It turns out that we had explicitly undefined
Windows' own macro for that somewhere else.  Get rid of all that, and
use the system headers' definition of gai_sterror() directly as
intended.

Discussion: https://postgr.es/m/CA+hUKGKErNfhmvb_H0UprEmp4LPzGN06yR2_0tYikjzB-2ECMw@mail.gmail.com
2022-08-18 16:31:11 +12:00
..
resource.h Remove configure probe for sys/resource.h and refactor. 2022-08-14 00:09:47 +12:00
select.h Remove configure probe for sys/select.h. 2022-08-14 00:09:47 +12:00
socket.h Fix macro problem with gai_strerror on Windows. 2022-08-18 16:31:11 +12:00
un.h Remove configure probes for sys/un.h and struct sockaddr_un. 2022-08-14 00:09:47 +12:00
wait.h Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00