Re: LOG: unexpected EOF within message length word

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: "Mavinakuli, Prasanna (STSD)" <prasanna(dot)b-m(at)hp(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: LOG: unexpected EOF within message length word
Date: 2005-09-02 14:15:16
Message-ID: 20050902141516.GA65731@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, Sep 02, 2005 at 09:30:31AM +0530, Mavinakuli, Prasanna (STSD) wrote:
> 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.

Works fine here -- could you post a simple but complete program
that demonstrates the problem? Have you used a debugger or process
trace to see what the program is doing?

--
Michael Fuhr

In response to

Browse pgsql-general by date

  From Date Subject
Next Message marcelo Cortez 2005-09-02 14:30:42 Re: lock problem
Previous Message Mavinakuli, Prasanna (STSD) 2005-09-02 13:52:53 Not able to insert the large data to HP-UX IA machines