npgsql - Npgsql2: Removed NpgsqlConnector finalizer call.

Поиск
Список
Период
Сортировка
От fxjr@pgfoundry.org (User Fxjr)
Тема npgsql - Npgsql2: Removed NpgsqlConnector finalizer call.
Дата
Msg-id 20111209211314.721C511A465@pgfoundry.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------

Removed NpgsqlConnector finalizer call. Now connection close handling in the worst case is done by the
NpgsqlNetworkStreamwhich 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)

В списке pgsql-committers по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: If pg_test_fsync is interrupted, clean up the temp file.
Следующее
От: fxjr@pgfoundry.org (User Fxjr)
Дата:
Сообщение: npgsql - Npgsql2: Fixed line endings.