npgsql - Npgsql: Allow IOException in listen thread to be handled by

From: jbcooley(at)pgfoundry(dot)org (User Jbcooley)
To: pgsql-committers(at)postgresql(dot)org
Subject: npgsql - Npgsql: Allow IOException in listen thread to be handled by
Date: 2008-05-03 20:32:43
Message-ID: 20080503203243.3F05817AE6B2@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Allow IOException in listen thread to be handled by application. (reported by Dan Sherwin). ClearPool called from resulting IOException triggered another error on the pool cleanup thread. Changed to remove Queue for connections.

Modified Files:
--------------
Npgsql/src/Npgsql:
NpgsqlConnector.cs (r1.33 -> r1.34)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql/src/Npgsql/NpgsqlConnector.cs.diff?r1=1.33&r2=1.34)
NpgsqlConnectorPool.cs (r1.27 -> r1.28)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql/src/Npgsql/NpgsqlConnectorPool.cs.diff?r1=1.27&r2=1.28)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2008-05-03 23:19:20 pgsql: The 8.2 patch that added support for an alias on the target table
Previous Message Magnus Hagander 2008-05-03 19:20:30 Re: [COMMITTERS] pgsql: Sigh ...