npgsql - Npgsql2: [#1011136] [#1011302] Applied patch [#1011316]

From: fxjr(at)cvs(dot)pgfoundry(dot)org
To: pgsql-committers(at)postgresql(dot)org
Subject: npgsql - Npgsql2: [#1011136] [#1011302] Applied patch [#1011316]
Date: 2013-03-10 17:31:29
Message-ID: 201303101731.r2AHVTMQ074490@cvs.pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

[#1011136]
[#1011302]
Applied patch [#1011316] ConnectionTimeout fix, bypass the 2147 seconds limit of Socket.Poll method. Thanks Tasos Mamaloukos for patch.

Npgsql wouldn't allow a timeout higher than 2147 seconds. This patch fixes this limitation.

Modified Files:
--------------
Npgsql2/src/Npgsql:
NpgsqlState.cs (r1.25 -> r1.26)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql/NpgsqlState.cs?r1=1.25&r2=1.26)

Browse pgsql-committers by date

  From Date Subject
Next Message fxjr 2013-03-10 17:34:50 npgsql - Npgsql2: Changed variable name as per patch request.
Previous Message Magnus Hagander 2013-03-10 14:58:55 pgsql: Report pg_hba line number and contents when users fail to log in