Re: warning message - Mailing list pgsql-general

From Tom Lane
Subject Re: warning message
Date
Msg-id 7072.966722197@sss.pgh.pa.us
Whole thread Raw
In response to warning message  (Steve Heaven <steve@thornet.co.uk>)
List pgsql-general
Steve Heaven <steve@thornet.co.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

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Is tab whitespace?
Next
From: "David Lloyd-Jones"
Date:
Subject: Re: [SQL] database design and diagraming book recommendations..