npgsql - Npgsql2: need to read in chunks so the socket doesn't run out - Mailing list pgsql-committers

From jbcooley@pgfoundry.org (User Jbcooley)
Subject npgsql - Npgsql2: need to read in chunks so the socket doesn't run out
Date
Msg-id 20091228202358.A0A8F1072082@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
need to read in chunks so the socket doesn't run out of memory in recv the network stream doesn't prevent this and
downloadinga large bytea will throw an IOException with an error code of 10055 (WSAENOBUFS) 
This is a fix for bug reported in 1005719.

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

pgsql-committers by date:

Previous
From: bmomjian@pgfoundry.org (User Bmomjian)
Date:
Subject: pg-migrator - pg_migrator: Add TODO: o preserve relfilenodes to avoid
Next
From: bmomjian@pgfoundry.org (User Bmomjian)
Date:
Subject: pg-migrator - pg_migrator: Reduce verbosity of status reporting.