Re: [HACKERS] Table corrupt?

Brandon Ibach <bibach@infomansol.com>

From: Brandon Ibach <bibach@infomansol.com>
To: vadim@krs.ru (Vadim Mikheev)
Cc: hackers@postgresql.org (PostgreSQL Hackers)
Date: 1998-06-10T01:58:57Z
Lists: pgsql-hackers
Vadim Mikheev said:
> 
> Brandon Ibach wrote:
> > 
> > Vadim Mikheev said:
> >    Okay... using pg_dump to get the data out of the table is causing
> > much the same situation.  I did a backtrace in gdb, but unfortnately,
> > I'm running a copy of postgres without debugging symbols, so it may be
> > of limited use.  Here 'tis...
> > 
> > #0  0x80b7590 in WaitIO ()
> 
> Did you restart postmaster after killing backend (vacuum) ?
> 
> Vadim
> 
   Nope... :)  And I just thought of that possibility while sifting
through the buffer manager code (and meantime, your email arrived).
Thanks for the tip, I bet it will work.

-Brandon :)