insufficient data left in message

From: Dave Cramer <pg(at)fastcrypt(dot)com>
To: PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>
Subject: insufficient data left in message
Date: 2008-02-21 14:30:48
Message-ID: E2E29B55-1BC7-4730-8C02-3F237386E020@fastcrypt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

This is a postgresql 8.2.5 backend. connected to a jdbc client.

2008-02-21 06:12:30 EST [18880] 10.21.0.21 ERROR: insufficient data
left in message
2008-02-21 06:12:30 EST [18880] 10.21.0.21 STATEMENT: select * from
user_profile,user_profile_access where user_profile.uid=user_profile_a
ccess.uid and user_profile.uid=$1 and isactive=$2
2008-02-21 06:12:30 EST [18880] 10.21.0.21 FATAL: invalid frontend
message type 0

This is repeatable, but not 100 percent of the time.

So the question is: how to go about debugging this ?

Dave

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alexey Klyukin 2008-02-21 14:35:06 Re: Permanent settings
Previous Message Alvaro Herrera 2008-02-21 14:28:00 Re: Batch update of indexes on data loading