npgsql - Npgsql2: Exception when closing connection. - Mailing list pgsql-committers

From fxjr@pgfoundry.org (User Fxjr)
Subject npgsql - Npgsql2: Exception when closing connection.
Date
Msg-id 20110222011738.E0B2A1071014@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------

Exception when closing connection. If your connection is in the Ready state and the stream is actually broken
NpgsqlReadyState.Closewill throw an exception when trying to write to the stream. More info can be found at:
http://pgfoundry.org/forum/forum.php?thread_id=10066&forum_id=519
Thanks David Leaver for the patch.

Modified Files:
--------------
    Npgsql2/src/Npgsql:
        NpgsqlReadyState.cs (r1.5 -> r1.6)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql/NpgsqlReadyState.cs?r1=1.5&r2=1.6)

pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: Move information_schema duplicate constraint note to the top of
Next
From: fxjr@pgfoundry.org (User Fxjr)
Date:
Subject: npgsql - Npgsql2: NpgsqlConnector.CancelRequest leaks Connector.