]> granicus.if.org Git - postgresql/commit
Unconditionally use the WSA equivalents of Socket error constants.
authorAndrew Dunstan <andrew@dunslane.net>
Tue, 20 Aug 2013 18:11:36 +0000 (14:11 -0400)
committerAndrew Dunstan <andrew@dunslane.net>
Tue, 20 Aug 2013 18:11:36 +0000 (14:11 -0400)
commit73838b5251ec64d1c90d5df0d0be7a5c19cfae12
treedc12863d2ff28d91406578c9e5869ae9e30168a4
parentb3cc173e19b98317936f26a3404266bce3b5ef70
Unconditionally use the WSA equivalents of Socket error constants.

This change will only apply to mingw compilers, and has been found
necessary by late versions of the mingw-w64 compiler. It's the same as
what is done elsewhere for the Microsoft compilers.

If this doesn't upset older compilers in the buildfarm, it will be
backpatched to 9.1.

Problem reported by Michael Cronenworth, although not his patch.
src/include/port/win32.h