Re: Corrupt database? 8.1/FreeBSD6.0

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Jeff Amiel <becauseimjeff(at)yahoo(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Corrupt database? 8.1/FreeBSD6.0
Date: 2007-01-12 13:55:52
Message-ID: 20070112135552.GO10446@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers pgsql-patches

Tom Lane wrote:
> Jeff Amiel <becauseimjeff(at)yahoo(dot)com> writes:
> > We've downloaded/compiled pg_filedump, but are stumped as to what relation (or even what database) to start with.
>
> Turn up log_min_messages to DEBUG2 and you'll be able to see which
> table autovac is failing at. If I had to bet I'd bet on
> template0.pg_statistic ...

Hmm, that would mean an ANALYZE got done on template0, no? ... but
AFAICT process_whole_db() always sets analyze=false.

--
Alvaro Herrera http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2007-01-12 14:16:23 Re: Corrupt database? 8.1/FreeBSD6.0
Previous Message Alban Hertroys 2007-01-12 13:54:18 Re: error in open cursor

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2007-01-12 14:04:40 Re: [COMMITTERS] pgsql: Stamp major release 8.3.0,
Previous Message Martijn van Oosterhout 2007-01-12 13:48:59 Re: to_char not IMMUTABLE?

Browse pgsql-patches by date

  From Date Subject
Next Message Dave Page 2007-01-12 14:08:49 Allow dumping of roles or tablespaces
Previous Message Martijn van Oosterhout 2007-01-12 10:09:28 Re: [HACKERS] [PATCHES] wal_checksum = on (default) | off