npgsql - Npgsql2: [#1010415] Stream seek error on close.

From: fxjr(at)pgfoundry(dot)org (User Fxjr)
To: pgsql-committers(at)postgresql(dot)org
Subject: npgsql - Npgsql2: [#1010415] Stream seek error on close.
Date: 2008-08-29 19:25:33
Message-ID: 20080829192533.2D19D17AE695@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

[#1010415] Stream seek error on close. Fix a problem where protocol was gonig out of sync and data was being left to be read on stream.

Modified Files:
--------------
Npgsql2/src/Npgsql:
NpgsqlConnectorPool.cs (r1.10 -> r1.11)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql/NpgsqlConnectorPool.cs.diff?r1=1.10&r2=1.11)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2008-08-29 22:49:07 pgsql: In GCC-based builds, use a better newNode() macro that relies on
Previous Message Alvaro Herrera 2008-08-29 17:28:43 pgsql: Fixup pg_dumpall adding --lock-wait-timeout, to match pg_dump.