This is a discussion on BUG #2312: Software caused connection abort (0x00002745/10053) with long Bytea (>4.5mb) in the query within the pgsql Bugs forums, part of the PostgreSQL category; --> The following bug has been logged online: Bug reference: 2312 Logged by: inner Email address: transto@inbox.ru PostgreSQL version: 8.1.2 ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| The following bug has been logged online: Bug reference: 2312 Logged by: inner Email address: transto@inbox.ru PostgreSQL version: 8.1.2 Operating system: Windows XP pro Description: Software caused connection abort (0x00002745/10053) with long Bytea (>4.5mb) in the query Details: Client application tries to execute query with Bytea quoted parameter. When size of Bytea param is less than 4.5 mb query executes fine. But when size of bytea param is more than 4.5mb (5mb e.g.) then raises exception: --- Software caused connection abort (0x00002745/10053) --- Server says: "could not receive data from client". and doing "unexpected EOF on client connection". Reading archives of postresql.org i find out, that it can be problem of tcp_alive parameters in windows. Please, tell me definitely is that normal limitation for bytea on windows platform? ---------------------------(end of broadcast)--------------------------- TIP 4: Have you searched our list archives? http://archives.postgresql.org |