Re: Database corruption help - Mailing list pgsql-hackers

From Simon Riggs
Subject Re: Database corruption help
Date
Msg-id 1234693090.4500.1142.camel@ebony.2ndQuadrant
Whole thread Raw
In response to Re: Database corruption help  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Fri, 2009-02-13 at 11:19 -0500, Tom Lane wrote:

> Aside from the "how did this happen" puzzle, the real point of any
> investigation of course ought to be whether we can make heap_page_prune
> more robust.  At the very least it's undesirable to be leaving the page
> in a state where VACUUM FULL will decide it can't shrink.

I think it would be useful to have a function that can scan a table to
see if this issue exists. ISTM if it has happened once it can have
happened many times. It would be useful to have some more trouble
reports so we can assess the size and scope of this problem.

-- Simon Riggs           www.2ndQuadrant.comPostgreSQL Training, Services and Support



pgsql-hackers by date:

Previous
From: Jaime Casanova
Date:
Subject: Re: Updates of SE-PostgreSQL 8.4devel patches (r1530)
Next
From: Magnus Hagander
Date:
Subject: Re: [COMMITTERS] pgsql: Explicitly bind gettext to the correct encoding on Windows.