From: | fxjr(at)pgfoundry(dot)org (User Fxjr) |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | npgsql - Npgsql: 2006-08-09 Francisco Figueiredo Jr. |
Date: | 2006-08-09 14:04:57 |
Message-ID: | 20060809140457.9A31786C6C0@pgfoundry.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Log Message:
-----------
2006-08-09 Francisco Figueiredo Jr. <fxjrlists(at)yahoo(dot)com(dot)br>
* NpgsqlConnectorPool.cs,
NpgsqlConnector.cs: Fixed problem with AsyncNotification handling. It was incorrectly lefting data on stream. This was causing problems with ms.net. See http://pgfoundry.org/forum/message.php?msg_id=1001424.
Added missing code to release any listen registered in connection before returning it to pool.This could cause later connections retrieved from pool to receive events user didn't add listen for.
Modified Files:
--------------
Npgsql/src/Npgsql:
NpgsqlConnectorPool.cs (r1.23 -> r1.24)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql/src/Npgsql/NpgsqlConnectorPool.cs.diff?r1=1.23&r2=1.24)
NpgsqlConnector.cs (r1.31 -> r1.32)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql/src/Npgsql/NpgsqlConnector.cs.diff?r1=1.31&r2=1.32)
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2006-08-09 14:55:39 | pgsql: Update packages: < A package would be a schema with |
Previous Message | Tom Lane | 2006-08-09 13:37:50 | Re: pgsql: Add a feature for automatic initialization and finalization of |