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

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

From
wieck@svr1.postgresql.org (Jan Wieck)
Date:
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