Thread: problems with plan invalidation

problems with plan invalidation

From
Kris Jurka
Date:
Running the JDBC driver's regression test suite for the first time in a
while I got a lot of failures that I would have to guess are related to
plan invalidation work.  Attached is a self contained test case and the
JDBC driver's log of what protocol messages it is sending.

The end result is:

ERROR: cache lookup failed for type 2139062143

Kris Jurka

Attachment

Re: problems with plan invalidation

From
Tom Lane
Date:
Kris Jurka <books@ejurka.com> writes:
> Running the JDBC driver's regression test suite for the first time in a
> while I got a lot of failures that I would have to guess are related to
> plan invalidation work.  Attached is a self contained test case and the
> JDBC driver's log of what protocol messages it is sending.

I've committed a fix for this case --- please give it another try to see
if you find any other problems.

            regards, tom lane

Re: problems with plan invalidation

From
Kris Jurka
Date:

On Thu, 29 Mar 2007, Tom Lane wrote:

> Kris Jurka <books@ejurka.com> writes:
>> Running the JDBC driver's regression test suite for the first time in a
>> while I got a lot of failures that I would have to guess are related to
>> plan invalidation work.  Attached is a self contained test case and the
>> JDBC driver's log of what protocol messages it is sending.
>
> I've committed a fix for this case --- please give it another try to see
> if you find any other problems.
>

That seems to fix all of them.  Thanks.

Kris Jurka