Re: Blown Index? Corrupted Table?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Adam Haberlach <adam(at)newsnipple(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Blown Index? Corrupted Table?
Date: 2000-10-06 21:29:54
Message-ID: 5109.970867794@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Adam Haberlach <adam(at)newsnipple(dot)com> writes:
> I've been getting this on and off in my vaccums. Once it happens, the only way to
> make it go away seems to be a dump/restore. Is this bad, Bad, or BAD?

> NOTICE: FlushRelationBuffers(rawbebugs, 4400): block 287 is referenced (private 0, global 1)
> FATAL 1: VACUUM (vc_repair_frag): FlushRelationBuffers returned -2

It's just in the "annoyance" category: to clear the condition you need
to stop and restart the postmaster. No dump/reload or anything like
that, you just want it to reset shared memory.

The most likely cause of this problem is a backend exiting from an
open transaction without doing AbortTransaction processing. 7.0.*
has a bug that a client disconnect without closing a transaction block
will result in that happening. I posted a patch for it on the patches
list a few weeks ago, or you could pull the current REL7_0_PATCHES
branch (7.0.3-to-be) from the CVS server.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Bryan White 2000-10-06 21:32:55 Re: Errors with pg_dump
Previous Message Jeff Hoffmann 2000-10-06 21:29:31 Re: image storing