Re: NOTICE messages

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Michael Meskes <meskes(at)postgresql(dot)org>
Cc: PostgreSQL Hacker <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: NOTICE messages
Date: 2001-06-15 14:22:53
Message-ID: 24396.992614973@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2001-06-15 14:34:19 Re: Encrypting pg_shadow passwords
Previous Message Tom Lane 2001-06-15 14:21:37 Re: RE: Row Versioning, for jdbc updateable result sets