postgresql/src/interfaces
Bruce Momjian 4180934651 check socket creation errors against PGINVALID_SOCKET
Previously, in some places, socket creation errors were checked for
negative values, which is not true for Windows because sockets are
unsigned.  This masked socket creation errors on Windows.

Backpatch through 9.0.  8.4 doesn't have the infrastructure to fix this.
2014-04-16 10:45:48 -04:00
..
ecpg Fix whitespace 2014-04-14 15:36:54 -04:00
libpq check socket creation errors against PGINVALID_SOCKET 2014-04-16 10:45:48 -04:00
Makefile Fix parallel make when running make install before make all 2011-03-08 23:52:29 +02:00