Michael Meskes <meskes(at)postgresql(dot)org> writes:
> Could anyone please tell me what the following mean:
> NOTICE: Index pg_type_typname_index: NUMBER OF INDEX' TUPLES (124) IS NOT THE SAME AS HEAP' (114)
> NOTICE: Index pg_attribute_attrelid_index: NUMBER OF INDEX' TUPLES (883) IS NOT THE SAME AS HEAP' (422)
> I've never seen them before.
What PG version? Do you have any open transactions that might have
created or deleted as-yet-uncommitted tables?
regards, tom lane