initdb error on 24th Feb (PM) cvsup.

From: Keith Parks <emkxp01(at)mtcc(dot)demon(dot)co(dot)uk>
To: hackers(at)postgresql(dot)org
Subject: initdb error on 24th Feb (PM) cvsup.
Date: 1998-02-25 00:09:30
Message-ID: 199802250009.AAA11800@mtcc.demon.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi All,

I'm getting the following error when running initdb after a fresh compile
of the 24th Feb development tree. (cvsup'd)

vacuuming template1
loading pg_description
NOTICE: Ind pg_class_relname_index: NUMBER OF INDEX' TUPLES (45) IS NOT THE
SAME AS HEAP' (44)
NOTICE: Ind pg_class_relname_index: NUMBER OF INDEX' TUPLES (45) IS NOT THE
SAME AS HEAP' (44)
NOTICE: Ind pg_class_oid_index: NUMBER OF INDEX' TUPLES (45) IS NOT THE SAME AS
HEAP' (44)
NOTICE: Ind pg_class_oid_index: NUMBER OF INDEX' TUPLES (45) IS NOT THE SAME AS
HEAP' (44)

Yesterday's gave a similar problem but only pg_class_oid_index.

This somehow seems to be related to the recent jiggery-pokery we've
been doing on the classes to hide them.

It looks like the index is getting out of step with the class?

Keith.

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1998-02-25 00:25:28 Re: [HACKERS] Running pgindent
Previous Message Tatsuo Ishii 1998-02-24 22:46:56 Re: [HACKERS] Who is everyone?