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)
commit990b1c7c0592cb3812f44e434504c20ae3ae2671
tree88343aaddb689b5cbb8bf2f4f449c645d1cfd4a9
parentb9c46821b08e273aafb9880032543667fccd18ed
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