Обсуждение: pgsql: Minor tweak to avoid unnecessary memory bloat when dumping

Поиск
Список
Период
Сортировка

pgsql: Minor tweak to avoid unnecessary memory bloat when dumping

От
tgl@svr1.postgresql.org (Tom Lane)
Дата:
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)