check socket creation errors against PGINVALID_SOCKET

Bruce Momjian <bruce@momjian.us>

Commit: a86b2dafff7c2061e0d3c9019734afcb5d0d3b7e
Author: Bruce Momjian <bruce@momjian.us>
Date: 2014-04-16T14:45:48Z
Releases: 9.0.18
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.

Files