npgsql - Npgsql2: Removed a redundant check which was already being

From: fxjr(at)pgfoundry(dot)org (User Fxjr)
To: pgsql-committers(at)postgresql(dot)org
Subject: npgsql - Npgsql2: Removed a redundant check which was already being
Date: 2008-11-18 14:59:49
Message-ID: 20081118145949.D8B5E17ADD6B@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Removed a redundant check which was already being done with previous patch.

Modified Files:
--------------
Npgsql2/src/Npgsql:
NpgsqlConnection.cs (r1.23 -> r1.24)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql/NpgsqlConnection.cs.diff?r1=1.23&r2=1.24)

Browse pgsql-committers by date

  From Date Subject
Next Message User Achernow 2008-11-18 15:35:25 libpqtypes - libpqtypes: fixed alignment issue with older risc boxes,
Previous Message User Fxjr 2008-11-18 14:57:09 npgsql - Npgsql2: Made NpgsqlConnection.Close log its entrance before