pgsql-server: Protected access to variable m_preparedCount via

From: jurka(at)svr1(dot)postgresql(dot)org (Kris Jurka)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server: Protected access to variable m_preparedCount via
Date: 2004-09-13 08:02:42
Message-ID: 20040913080242.6CC62329DD0@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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)

Browse pgsql-committers by date

  From Date Subject
Next Message Kris Jurka 2004-09-13 08:29:52 Re: pginstaller - pginst: Update JDBC to build 7.4.215.
Previous Message Kris Jurka 2004-09-13 07:14:30 pgsql-server: ResultSet.moveToCurrentRow was checking the cached