BUG #2312: Software caused connection abort (0x00002745/10053) with long Bytea (>4.5mb) in the query

Поиск
Список
Период
Сортировка
От inner
Тема BUG #2312: Software caused connection abort (0x00002745/10053) with long Bytea (>4.5mb) in the query
Дата
Msg-id 20060311110727.7E26BF0A01@svr2.postgresql.org
обсуждение исходный текст
Список pgsql-bugs
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?

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Joe Sunday
Дата:
Сообщение: Re: Large join runs out of memory in 8.1
Следующее
От: "Alexander Kirpa"
Дата:
Сообщение: BUG #2315: Crash engine after modify "active" function