LOG: unexpected EOF within message length word

From: "Mavinakuli, Prasanna (STSD)" <prasanna(dot)b-m(at)hp(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Subject: LOG: unexpected EOF within message length word
Date: 2005-09-02 04:00:31
Message-ID: E84C4F56CA80174D8834825116CF247F01170FC8@bgeexc05.asiapacific.cpqcorp.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

When I try to insert the data of size 40764 bytes(data type bytea) the
call PQexecparams won't return and when I kill that one it gives
The log:"LOG: unexpected EOF within message length word"
Or "Log:Incomplete message transfer from client".

If I try to insert data of size 40760 bytes (data type:bytea)
Then it will insert the data succesfully.

Thx in advance,
Prasanna.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Michael Meskes 2005-09-02 07:09:35 Re: ECPG examples...
Previous Message Tom Lane 2005-09-02 03:51:22 Re: Trouble with bytea in SPI...