Re: [GENERAL] LOG: unexpected EOF within message length word

2005-09-03 Thread Mavinakuli, Prasanna (STSD)
[mailto:[EMAIL PROTECTED] Sent: Friday, September 02, 2005 7:45 PM To: Mavinakuli, Prasanna (STSD) Cc: pgsql-general@postgresql.org Subject: Re: [GENERAL] LOG: unexpected EOF within message length word On Fri, Sep 02, 2005 at 09:30:31AM +0530, Mavinakuli, Prasanna (STSD) wrote: When I try

Re: [GENERAL] LOG: unexpected EOF within message length word

2005-09-03 Thread Mavinakuli, Prasanna (STSD)
] After it goes forever sleep*. Prasanna. -Original Message- From: Michael Fuhr [mailto:[EMAIL PROTECTED] Sent: Saturday, September 03, 2005 11:08 AM To: Mavinakuli, Prasanna (STSD) Cc: pgsql-general@postgresql.org Subject: Re: [GENERAL] LOG: unexpected EOF within message length

Re: [GENERAL] LOG: unexpected EOF within message length word

2005-09-03 Thread Mavinakuli, Prasanna (STSD)
; } From: Michael Fuhr [mailto:[EMAIL PROTECTED] Sent: Saturday, September 03, 2005 11:08 AM To: Mavinakuli, Prasanna (STSD) Cc: pgsql-general@postgresql.org Subject: Re: [GENERAL] LOG: unexpected EOF within message length word On Sat, Sep 03, 2005 at 09:29:20AM +0530, Mavinakuli, Prasanna

Re: [GENERAL] LOG: unexpected EOF within message length word

2005-09-03 Thread Michael Fuhr
On Sat, Sep 03, 2005 at 11:31:19AM +0530, Mavinakuli, Prasanna (STSD) wrote: 1) I am using postgres 7.4 version. Exactly which version? What does SELECT version() show? Did you build PostgreSQL from source yourself, or did you install a pre-built package? Have you tried a newer version like

Re: [GENERAL] LOG: unexpected EOF within message length word

2005-09-03 Thread Tom Lane
Michael Fuhr [EMAIL PROTECTED] writes: On Sat, Sep 03, 2005 at 11:31:19AM +0530, Mavinakuli, Prasanna (STSD) wrote: 1) I am using postgres 7.4 version. Exactly which version? I'm wondering about the relevance of this pre-7.4-final bug fix: 2003-10-19 17:36 tgl *

[GENERAL] LOG: unexpected EOF within message length word

2005-09-02 Thread Mavinakuli, Prasanna (STSD)
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

Re: [GENERAL] LOG: unexpected EOF within message length word

2005-09-02 Thread Michael Fuhr
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

Re: [GENERAL] LOG: unexpected EOF within message length word

2005-09-02 Thread Tom Lane
Mavinakuli, Prasanna (STSD) [EMAIL PROTECTED] writes: 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.

Re: [GENERAL] LOG: unexpected EOF within message length word

2005-09-02 Thread Michael Fuhr
On Sat, Sep 03, 2005 at 09:29:20AM +0530, Mavinakuli, Prasanna (STSD) wrote: here is the sample code which works fine and prints column lengths in HP-UX PA machines and breaks in HP-UX IA machines. The code you posted works for me with PostgreSQL 8.0.3 on FreeBSD 4.11-STABLE/i386 and Solaris