npgsql - Npgsql2: Fixed misleading timeout error message.

From: fxjr(at)pgfoundry(dot)org (User Fxjr)
To: pgsql-committers(at)postgresql(dot)org
Subject: npgsql - Npgsql2: Fixed misleading timeout error message.
Date: 2008-10-02 14:00:07
Message-ID: 20081002140007.89B9317ADE14@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Fixed misleading timeout error message. As the only timeout which was being reported was about connection establishment, command execution timeouts were being misinterpreted and users couldn't find easily what was going wrong.

Modified Files:
--------------
Npgsql2/src/Npgsql:
NpgsqlState.cs (r1.16 -> r1.17)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql/NpgsqlState.cs.diff?r1=1.16&r2=1.17)
NpgsqlState.resx (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql/NpgsqlState.resx.diff?r1=1.2&r2=1.3)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2008-10-02 14:29:04 Re: Re: [COMMITTERS] pgsql: Allow pg_regress to be run outside the build tree.
Previous Message Tom Lane 2008-10-02 13:48:12 pgsql: Fix improper display of fractional seconds in interval values