]> 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:50 +0000 (18:12 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 20 Mar 2004 18:12:50 +0000 (18:12 +0000)
commit3c06653fbd58d5e3708bb6b251e66321a35a5f39
treec41d4440c7fe58e8312ac7d967aa107079426d4c
parenta59881aae1681fe25918327b6cb6ec80c7721029
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