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

From: "inner" <transto(at)inbox(dot)ru>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #2312: Software caused connection abort (0x00002745/10053) with long Bytea (>4.5mb) in the query
Date: 2006-03-11 11:07:27
Message-ID: 20060311110727.7E26BF0A01@svr2.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 2312
Logged by: inner
Email address: transto(at)inbox(dot)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?

Browse pgsql-bugs by date

  From Date Subject
Next Message Josh Berkus 2006-03-12 01:31:45 ALTERed DEFAULTS not visible to PL/pgSQL cached plans
Previous Message j6m 2006-03-10 15:39:59 Re: Suse Installations