npgsql - Npgsql2: Removed NpgsqlConnector finalizer call.

From: fxjr(at)pgfoundry(dot)org (User Fxjr)
To: pgsql-committers(at)postgresql(dot)org
Subject: npgsql - Npgsql2: Removed NpgsqlConnector finalizer call.
Date: 2011-12-09 21:13:14
Message-ID: 20111209211314.721C511A465@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Removed NpgsqlConnector finalizer call. Now connection close handling in the worst case is done by the NpgsqlNetworkStream which takes care of sending the proper Postgresql message when disposing the underlying socket.

Modified Files:
--------------
Npgsql2/src/Npgsql:
NpgsqlConnector.cs (r1.37 -> r1.38)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql/NpgsqlConnector.cs?r1=1.37&r2=1.38)

Browse pgsql-committers by date

  From Date Subject
Next Message User Fxjr 2011-12-09 21:14:27 npgsql - Npgsql2: Fixed line endings.
Previous Message Robert Haas 2011-12-09 20:07:07 pgsql: If pg_test_fsync is interrupted, clean up the temp file.