pgsql-server/src/interfaces/jdbc/org/postgresq ...

Started by Nonameover 22 years ago1 messagescomitters
Jump to latest
#1Noname
wieck@svr1.postgresql.org

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: wieck@svr1.postgresql.org 03/10/08 22:17:07

Modified files:
src/interfaces/jdbc/org/postgresql/jdbc1:
AbstractJdbc1Statement.java

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.

Jan