problems with plan invalidation

Started by Kris Jurkaalmost 19 years ago3 messages
#1Kris Jurka
books@ejurka.com
2 attachment(s)

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

Attachments:

driver.logtext/plain; charset=US-ASCII; name=driver.logDownload
TestSetNull.javatext/plain; charset=US-ASCII; name=TestSetNull.javaDownload
#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Kris Jurka (#1)
Re: problems with plan invalidation

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

#3Kris Jurka
books@ejurka.com
In reply to: Tom Lane (#2)
Re: [JDBC] problems with plan invalidation

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