Re: [GENERAL] message contents do not agree with length in message type T

2008-03-11 Thread Mike
Thanks Tom, That's definitely it- I've got a global database object that's used throughout my application, it looks like I missed one crucial mutex lock in the database code. Thanks again, Mike -Original Message- From: Tom Lane [mailto:[EMAIL PROTECTED] Sent: Monday, March 10, 2008

[GENERAL] message contents do not agree with length in message type T

2008-03-10 Thread Mike
Hello, I'm using the libpq interface to PostgreSQL (8.3.0) in one of our apps, and I'm having a sporadic issue with receiving the error message: --snip-- message contents do not agree with length in message type T server sent data (D message) without prior row description (T message)

Re: [GENERAL] message contents do not agree with length in message type T

2008-03-10 Thread Tom Lane
Mike [EMAIL PROTECTED] writes: I'm using the libpq interface to PostgreSQL (8.3.0) in one of our apps, and I'm having a sporadic issue with receiving the error message: message contents do not agree with length in message type T server sent data (D message) without prior row description (T