Re: LargeObjectDrop and simple_heap_delete - Are these errors normal?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "tech techie" <techie(at)1stcounsel(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: LargeObjectDrop and simple_heap_delete - Are these errors normal?
Date: 2003-07-31 21:38:44
Message-ID: 19453.1059687524@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

"tech techie" <techie(at)1stcounsel(dot)com> writes:
> After the most recent 'crash' I went into
> single user mode, and did the following:
> 1) reindex database dbname --> 5 minutes to run
> 2) vacuum full ----> 45 minutes with the
> following errors:
> backend> vacuum full;
> WARNING: Index
> pg_attribute_relid_attnam_index: NUMBER OF
> INDEX' TUPLES (1191) IS NOT THE SAME AS HEAP'
> (1302).
> Recreate the index.
> [ etc ]

Whoa. If you are seeing that immediately after a reindex, then there's
something really wrong. Have you done any hardware diagnostics
recently? memtest86 and badblocks seem to be the standard tools to try.

regards, tom lane

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Daniel Gerardo Lucero Baylon 2003-07-31 22:59:30 Starting PostgreSQL server as root
Previous Message Tom Lane 2003-07-31 21:08:56 Re: Standard Input Passwords?