//
// We now need to consolidate overlapping indexes for each table if they
// are
// used in the same procedure
//
for (Table catalog_tbl : indexPlan.keySet()) {
Iterator<IndexPlan.Entry> it0 = indexPlan.get(catalog_tbl).iterator();
while (it0.hasNext()) {
IndexPlan.Entry index0 = it0.next();
//
// Look for another index that has all our columns