Log Message:
-----------
2006-08-09 Francisco Figueiredo Jr. <[EMAIL PROTECTED]>
* 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)
---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match