]> granicus.if.org Git - postgresql/commit
Protected access to variable m_preparedCount via synchronized
authorKris Jurka <books@ejurka.com>
Mon, 13 Sep 2004 08:02:41 +0000 (08:02 +0000)
committerKris Jurka <books@ejurka.com>
Mon, 13 Sep 2004 08:02:41 +0000 (08:02 +0000)
commitc65066a190cada084b5792b50e3ffece09ae0231
tree733a73c089530b296f5ec244b2dfa55d15551252
parent5e8046cbc94ca20672b8d1d8dc30d56dcfdbd7ba
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.
src/interfaces/jdbc/org/postgresql/jdbc1/AbstractJdbc1Statement.java