Code review for --no-data-for-failed-tables patch. Instead of trashing

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 1314983fd302bf53dbf5284145205dea44cb832c
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2006-10-14T23:07:22Z
Releases: 8.2.0
Code review for --no-data-for-failed-tables patch.  Instead of trashing
one of the program's core data structures, make use of the existing
ability to selectively exclude TOC items by ID.  Slightly more code but
much less likely to create future maintenance problems.

Files