Re: [HACKERS] pgcheck - data integrity check

2007-08-11 Thread Rober Mach
Josh Berkus wrote: > 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) mod

[HACKERS] pgcheck - data integrity check

2007-08-09 Thread Rober Mach
Hi, I am working on a data integrity check tool (pgcheck). I would like to discuss the following issues: Right now I am working on a function, which should check the validity of pages in relation. The relation is passed to the function as its argument (its oid). For the integrity check of a page,