[Jdbc-commits] pgjdbc: Adjust the deadlock avoidance code for the V3 protocol to be
User Jurka
jurka at pgfoundry.org
Sat Oct 18 13:40:57 UTC 2008
Log Message:
-----------
Adjust the deadlock avoidance code for the V3 protocol to be concerned
with many statements in a single execute call in addition to the
existing worry about many statements from an executeBatch call. This
doesn't prevent all possible deadlocks as the deadlock avoidance
calculation was written for batch execution which should not be
returning ResultSets. If many long queries that return significant
results are issued with a single execute we will still deadlock.
Tags:
----
REL8_1_STABLE
Modified Files:
--------------
pgjdbc/org/postgresql/core/v3:
QueryExecutorImpl.java (r1.25.2.8 -> r1.25.2.9)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/jdbc/pgjdbc/org/postgresql/core/v3/QueryExecutorImpl.java.diff?r1=1.25.2.8&r2=1.25.2.9)
More information about the Jdbc-commits
mailing list