problems with plan invalidation
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
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
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