pgsql: Minor tweak to avoid unnecessary memory bloat when dumping - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql: Minor tweak to avoid unnecessary memory bloat when dumping
Date
Msg-id 20050126212413.72C963A58A0@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
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)

pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Add docs for a couple of formerly-undocumented geometric
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Minor tweak to avoid unnecessary memory bloat when dumping