Improve TranslateSocketError() to handle more Windows error codes. The coverage was rather lean for cases that bind() or listen() might return. Add entries for everything that there's a direct equivalent for in the set of Unix errnos that elog.c has heard of.
Branch ------ REL9_4_STABLE Details ------- http://git.postgresql.org/pg/commitdiff/56dee70d90563cfce41ca019dac64458a4fc22e4 Modified Files -------------- src/backend/port/win32/socket.c | 55 ++++++++++++++++++++++++++++++++--------- src/include/port/win32.h | 16 ++++++++++-- 2 files changed, 58 insertions(+), 13 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
