Re: [GENERAL] Error I don't understand, losing synch with server

2006-05-24 Thread Scott Ribe
>> Every once in a while I log this error executing a query: >> message contents do not agree with length in message type "D" >> lost synchronization with server: got message type "O", length 1398030676 > > This means either that libpq got a corrupt message from the server, or > that libpq itself

Re: [GENERAL] Error I don't understand, losing synch with server

2006-03-16 Thread Scott Ribe
> This means either that libpq got a corrupt message from the server, or > that libpq itself contains a bug in message parsing. Given that no one > else has reported similar problems, the idea that your app is somehow > clobbering the libpq message buffer (and thus corrupting the message "in > tra

Re: [GENERAL] Error I don't understand, losing synch with server

2006-03-16 Thread Tom Lane
Scott Ribe <[EMAIL PROTECTED]> writes: > Every once in a while I log this error executing a query: > message contents do not agree with length in message type "D" > lost synchronization with server: got message type "O", length 1398030676 This means either that libpq got a corrupt message from the