npgsql - Npgsql2: In Multi-threaded applications there is a race

From: fxjr(at)pgfoundry(dot)org (User Fxjr)
To: pgsql-committers(at)postgresql(dot)org
Subject: npgsql - Npgsql2: In Multi-threaded applications there is a race
Date: 2011-03-01 21:09:28
Message-ID: 20110301210928.96933107116D@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------

In Multi-threaded applications there is a race condition that can occur which will result in a broken connection being re-added to the pool. Thanks David Leaver for patches.

More information here: http://pgfoundry.org/forum/forum.php?thread_id=10067&forum_id=519

Modified Files:
--------------
Npgsql2/src/Npgsql:
NpgsqlConnectorPool.cs (r1.14 -> r1.15)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql/NpgsqlConnectorPool.cs?r1=1.14&r2=1.15)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2011-03-01 21:36:54 pgsql: Additional PL/Python regression test expected file
Previous Message Heikki Linnakangas 2011-03-01 18:57:51 pgsql: Change pg_last_xlog_receive_location() not to move backwards. Th