Re: warning message

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Steve Heaven <steve(at)thornet(dot)co(dot)uk>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: warning message
Date: 2000-08-19 21:56:37
Message-ID: 7072.966722197@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Steve Heaven <steve(at)thornet(dot)co(dot)uk> writes:
> When I do a
> vacuum analyze ma_b;

> I get this message
> NOTICE: Index ma_idx: NUMBER OF INDEX' TUPLES (17953) IS NOT THE SAME AS
> HEAP' (17952)

> It it anything to worry about and how do I fix it?

Dropping and recreating the index would probably make the message go
away. We've been puzzling over sporadic reports of this notice for
some time now (check the pghackers archives). If you can come up with
a reproducible way of getting into this state, we'd love to see it.
We know how to create a situation where there are fewer index than
heap tuples --- and that's harmless, at least for the known way of
causing it. But we've got no idea how there could be more index than
heap entries.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Peter Eisentraut 2000-08-20 00:26:16 Re: 7.0.2 install doesn't read .conf files
Previous Message Martin Christensen 2000-08-19 21:51:27 Re: Database integrity and disaster recovery