]> granicus.if.org Git - postgresql/commit
Repair multiple memory leaks in getTables(), including one that could
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 20 Mar 2004 18:12:32 +0000 (18:12 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 20 Mar 2004 18:12:32 +0000 (18:12 +0000)
commitfbec0d7e9459aa4e302bb029f248eef46de11c04
tree836e80044ee0e6c74546d869bef395d79fc7807d
parent5925377401ef30036e78ac89c3d4edca12479161
Repair multiple memory leaks in getTables(), including one that could
easily exhaust memory on databases with more than a few hundred triggers.
I don't expect any more releases of these old versions, but let's put the
fix in CVS just so it's archived.
src/bin/pg_dump/pg_dump.c