Re: [GENERAL] invalid page header in pg_statistic

2007-03-07 Thread Tom Lane
"Ed L." <[EMAIL PROTECTED]> writes: > The truncate showed no errors. The vacuum analyze showed the > same error in block 110 of the pg_statistic table. Really!? Hm, I wonder if you have a reproducible problem. Would it be possible for you to send me the physical pg_statistic file (off-list)? I

Re: [GENERAL] invalid page header in pg_statistic

2007-03-07 Thread Ed L.
On Wednesday February 7 2007 9:01 am, Tom Lane wrote: > "Ed L." <[EMAIL PROTECTED]> writes: > > How do I fix this 7.4.6 issue short of initdb? > > invalid page header in block 110 of relation "pg_statistic" > > I looked at the block via pg_filedump (included below), and > > it does not appear t

Re: [GENERAL] invalid page header in pg_statistic

2007-02-07 Thread Ed L.
On Wednesday February 7 2007 9:01 am, Tom Lane wrote: > "Ed L." <[EMAIL PROTECTED]> writes: > > How do I fix this 7.4.6 issue short of initdb? > > invalid page header in block 110 of relation "pg_statistic" > > I looked at the block via pg_filedump (included below), and > > it does not appear t

Re: [GENERAL] invalid page header in pg_statistic

2007-02-07 Thread Tom Lane
"Ed L." <[EMAIL PROTECTED]> writes: > How do I fix this 7.4.6 issue short of initdb? > invalid page header in block 110 of relation "pg_statistic" > I looked at the block via pg_filedump (included below), and it > does not appear to me to be corrupted, so not sure what I would > zero out, i

Re: [GENERAL] invalid page header in pg_statistic

2007-02-07 Thread Martijn van Oosterhout
On Wed, Feb 07, 2007 at 03:00:20AM -0700, Ed L. wrote: > How do I fix this 7.4.6 issue short of initdb? > > invalid page header in block 110 of relation "pg_statistic" Take a copy of the file, then you should be able to truncate it. There's also the zero_damaged_pages option, though I don't

[GENERAL] invalid page header in pg_statistic

2007-02-07 Thread Ed L.
How do I fix this 7.4.6 issue short of initdb? invalid page header in block 110 of relation "pg_statistic" I looked at the block via pg_filedump (included below), and it does not appear to me to be corrupted, so not sure what I would zero out, if anything. TIA. Ed ***