Thread: pgsql-server: Protected access to variable m_preparedCount via

pgsql-server: Protected access to variable m_preparedCount via

From
jurka@svr1.postgresql.org (Kris Jurka)
Date:
Log Message:
-----------
Protected access to variable m_preparedCount via synchronized
function to prevent multiple threads using automatic cursors on
the same connection from stomping over each others cursor.

Originally Jan Wieck, re-reported by Jack Orenstein after
accidental removal.

Tags:
----
REL7_4_STABLE

Modified Files:
--------------
    pgsql-server/src/interfaces/jdbc/org/postgresql/jdbc1:
        AbstractJdbc1Statement.java (r1.41.2.6 -> r1.41.2.7)

(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/interfaces/jdbc/org/postgresql/jdbc1/AbstractJdbc1Statement.java.diff?r1=1.41.2.6&r2=1.41.2.7)