Thread: Re: [BUGS] Errors using Postgres 7.4.6

Re: [BUGS] Errors using Postgres 7.4.6

From
Tom Lane
Date:
"Daniel Agut" <daniel.agut@dvc.es> writes:
> We are obtaining some problems with the application.  We get the next
> message in the postgres log which makes that the application fails:
> *    ERROR:  invalid string enlargement request size 1358954492
> Other times, is Tomcat which writes the following errors to its log:
> *    Unknown Response Type

Apparently the server and client are getting out-of-sync about where
message boundaries fall.  I suppose this must indicate a bug in the
client library --- we have not heard of any bugs in the server that
would make it fail to follow the protocol spec.  What is the lowest-level
Postgres client library you are using?

            regards, tom lane