Thread: pgsql: Minor tweak to avoid unnecessary memory bloat when dumping

pgsql: Minor tweak to avoid unnecessary memory bloat when dumping

From
tgl@svr1.postgresql.org (Tom Lane)
Date:
Log Message:
-----------
Minor tweak to avoid unnecessary memory bloat when dumping extremely wide
column values in -d mode.  Per report from Marty Scholes.  This doesn't
completely solve the issue, because we still need multiple copies of the
field value, but at least one copy can be got rid of painlessly ...

Modified Files:
--------------
    pgsql/src/bin/pg_dump:
        pg_dump.c (r1.401 -> r1.402)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_dump.c.diff?r1=1.401&r2=1.402)