pgsql: Minor tweak to avoid unnecessary memory bloat when dumping

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Minor tweak to avoid unnecessary memory bloat when dumping
Date: 2005-01-26 21:24:27
Message-ID: 20050126212427.E3EFD3A5736@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 ...

Tags:
----
REL8_0_STABLE

Modified Files:
--------------
pgsql/src/bin/pg_dump:
pg_dump.c (r1.400.4.1 -> r1.400.4.2)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_dump.c.diff?r1=1.400.4.1&r2=1.400.4.2)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-01-26 21:55:27 pgsql: On Windows, set the postmaster executable's stack size to 4MB, so
Previous Message Tom Lane 2005-01-26 21:24:13 pgsql: Minor tweak to avoid unnecessary memory bloat when dumping