Minor tweak to avoid unnecessary memory bloat when dumping extremely wide
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 26 Jan 2005 21:24:12 +0000 (21:24 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 26 Jan 2005 21:24:12 +0000 (21:24 +0000)
commit7969649bd522b66781d8a44eb4d50797e8b3aea0
tree46518705274746c07d967adb0acba39fedf4247b
parent4de12d44703f2a0279d5fdf7a0c93923708fd290
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