TUPLES <> HEAP

From: JT Kirkpatrick <jt-kirkpatrick(at)mpsllc(dot)com>
To: "'pgsql-sql(at)hub(dot)org'" <pgsql-sql(at)hub(dot)org>, "'pgsql-interfaces(at)hub(dot)org'" <pgsql-interfaces(at)hub(dot)org>, "'pgsql-general(at)hub(dot)org'" <pgsql-general(at)hub(dot)org>, "'pgsql-admin(at)hub(dot)org'" <pgsql-admin(at)hub(dot)org>, "'pgsql-hackers(at)hub(dot)org'" <pgsql-hackers(at)hub(dot)org>
Subject: TUPLES <> HEAP
Date: 1999-04-20 18:58:48
Message-ID: 01BE8B3E.4C03C020.jt-kirkpatrick@mpsllc.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-interfaces pgsql-sql

Hi all. Head hanging a little low, even though system still seems to work
fine. Here is what I did:

- update pg_class set relname = lower(relname);
- update pg_attribute set attname = lower(attname);
- (why did I do that? Following something I read, not really having
problems in the first place and not really knowing the effects).

Now when I vacuum I get the error messages:
NOTICE: Index pg_class_relname_index: NUMBER OF INDEX' TUPLES (108) IS NOT
THE SAME AS HEAP' (82)
NOTICE: Index pg_class_oid_index: NUMBER OF INDEX' TUPLES (108) IS NOT THE
SAME AS HEAP' (82)

I'd like to drop these indexes and re-create them, hoping that would solve
the problem. But I tried to drop them and postgres wouldn't let me -
claiming they were system catalog indexes. Would dropping and recreating
the indexes get rid of the error messages? If so, how can I drop them and
what is the proper way to recreate them?

Newbie mistakes aren't much fun. Thanks for helping. . .

jt

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Karl DeBisschop 1999-04-20 19:08:15 Re: [GENERAL] TUPLES <> HEAP
Previous Message Michael J Davis 1999-04-20 17:25:11 RE: [GENERAL] How to get seq after insert

Browse pgsql-interfaces by date

  From Date Subject
Next Message Karl DeBisschop 1999-04-20 19:08:15 Re: [GENERAL] TUPLES <> HEAP
Previous Message Pavel PaJaSoft Janousek 1999-04-20 15:59:13 Error in ECPG and #if...

Browse pgsql-sql by date

  From Date Subject
Next Message Karl DeBisschop 1999-04-20 19:08:15 Re: [GENERAL] TUPLES <> HEAP
Previous Message Tom Lane 1999-04-20 17:20:40 Re: [SQL] null values to be replaced by a default value