Monday, September 8, 2008

[COMMITTERS] npgsql - Npgsql2: [1010466] Npgsql isn't using pool when executing

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

[1010466] Npgsql isn't using pool when executing under Mono.

Also, changes the way Npgsql checks if the connection is ok when returning from pool. Previous code was a little bit crypt and also was less performant as it used a new generated guid and listen and notification queries.

Modified Files:
--------------
Npgsql2/src/Npgsql:
NpgsqlConnectionStringBuilder.cs (r1.6 -> r1.7)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql/NpgsqlConnectionStringBuilder.cs.diff?r1=1.6&r2=1.7)
NpgsqlConnectorPool.cs (r1.12 -> r1.13)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql/NpgsqlConnectorPool.cs.diff?r1=1.12&r2=1.13)

--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

No comments: