]> granicus.if.org Git - postgresql/commit
Minor tweak to avoid unnecessary memory bloat when dumping extremely wide
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 26 Jan 2005 21:24:27 +0000 (21:24 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 26 Jan 2005 21:24:27 +0000 (21:24 +0000)
commit4f6bd8a998c7656da29bb923a5eda25cd3670225
tree351f7a1f0c804888c5bb15469be2c27c227209a8
parent4cfa8cdfaf0506eb3e20699b29c2c4401e04dc02
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 ...
src/bin/pg_dump/pg_dump.c