diff options
| author | Bruce Momjian <bruce@momjian.us> | 2001-07-20 17:45:06 +0000 | 
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2001-07-20 17:45:06 +0000 | 
| commit | 8c79f3c4a30177e8c160fdd158813d4d8318cf5a (patch) | |
| tree | ad7931e28ab84f5fc30e25239129e404880fb440 /src/backend/utils/adt/formatting.c | |
| parent | 8f75c1b0c79868fcdde584b91e96ba05e862c255 (diff) | |
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/backend/utils/adt/formatting.c')
0 files changed, 0 insertions, 0 deletions
