> As I mentioned earlier, if this takes too long, you could only do
> heapallindexed checking once per table (not once per index) by giving
> "indisprimary" as the heapallindexed argument. That way, only primary
> keys would be verified against the heap, which is potentially a lot
> faster.
Oh, and I think that you should remove the "ORDER BY c.relpages DESC
LIMIT 10", too.
Thanks a lot.