aboutsummaryrefslogtreecommitdiff
path: root/src/tutorial/advanced.source
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2001-07-20 17:45:06 +0000
committerBruce Momjian <bruce@momjian.us>2001-07-20 17:45:06 +0000
commit8c79f3c4a30177e8c160fdd158813d4d8318cf5a (patch)
treead7931e28ab84f5fc30e25239129e404880fb440 /src/tutorial/advanced.source
parent8f75c1b0c79868fcdde584b91e96ba05e862c255 (diff)
downloadpostgresql-8c79f3c4a30177e8c160fdd158813d4d8318cf5a.tar.gz
postgresql-8c79f3c4a30177e8c160fdd158813d4d8318cf5a.zip
i've spotted a following problem using DBD::Pg under win32. winsock
functions do not set errno, so some normal conditions are treated as fatal errors. e.g. fetching large tuples fails, as at some point recv() returns EWOULDBLOCK. here's a patch, which replaces errno with WSAGetLastError(). i've tried to to affect non-win32 code. Dmitry Yurtaev
Diffstat (limited to 'src/tutorial/advanced.source')
0 files changed, 0 insertions, 0 deletions