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

Поиск
Список
Период
Сортировка
От jbcooley@pgfoundry.org (User Jbcooley)
Тема npgsql - Npgsql: Allow IOException in listen thread to be handled by
Дата
Msg-id 20080503203243.3F05817AE6B2@pgfoundry.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Allow IOException in listen thread to be handled by application. (reported by Dan Sherwin).  ClearPool called from
resultingIOException 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)

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

Предыдущее
От: h-saito@pgfoundry.org (User H-saito)
Дата:
Сообщение: psqlodbc - psqlodbc: Adjustment of a library.
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: The 8.2 patch that added support for an alias on the target table