
May 30th, 2012, 02:54 AM
|
|
Registered User
|
|
Join Date: May 2012
Posts: 2
Time spent in forums: 14 m 28 sec
Reputation Power: 0
|
|
Quote: | Originally Posted by shammat That doesn't sound like a Postgres error message, more like an application level validation problem.
And you should really upgrade to a more recent version. |
I saw this message "message contents do not agree with length in message type" in file fe-protocol3.c
In my app, this message produce by PQerrorMessage(conn)
So, I think that it must be a Postgres error, but I could not understand why it occur !
|