1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-30 06:01:21 +03:00
Files
postgres/src/backend
Bruce Momjian bed499ed1d 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
..
2011-01-01 13:18:15 -05:00
2014-03-16 21:57:42 -04:00
2011-01-01 13:18:15 -05:00
2013-02-03 23:58:38 -05:00