npgsql - Npgsql2: Add helper method to read bytes from stream even when - Mailing list pgsql-committers

From jbcooley@pgfoundry.org (User Jbcooley)
Subject npgsql - Npgsql2: Add helper method to read bytes from stream even when
Date
Msg-id 20090506005701.C528A17ADEFF@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Add helper method to read bytes from stream even when not all bytes are immediately available.

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

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Tweak a comment to agree a bit better with the new dispensation
Next
From: jbcooley@pgfoundry.org (User Jbcooley)
Date:
Subject: npgsql - Npgsql2: bug #1010267 - read all bytes in a copydata message.