Re: pgcheck - data integrity check

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Cc: Rober Mach <mach(dot)robert(at)gmail(dot)com>
Subject: Re: pgcheck - data integrity check
Date: 2007-08-11 19:29:21
Message-ID: 200708111229.21421.josh@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Robert,

> I am working on a data integrity check tool (pgcheck).
> I would like to discuss the following issues:

I'm a little confused. I assumed that your project would check the pages of a
*shut-down* database or one in recovery (single-user) mode as part of
recovery after a crash or HW failure. We don't really want users running the
database in normal mode if there's any significant chance of data-page
corruption.

Can you back up and explain what you're trying to accomplish with this tool?

--
Josh Berkus
PostgreSQL @ Sun
San Francisco

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Stephen Frost 2007-08-11 19:30:55 Re: Interesting misbehavior of repalloc()
Previous Message Tom Lane 2007-08-11 18:36:12 Interesting misbehavior of repalloc()