Re: Vacuum analyze problem

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "jhatfield(at)g-s(dot)com(dot)au" <jhatfield(at)g-s(dot)com(dot)au>
Cc: "'PostgreSQL Admin'" <pgsql-admin(at)postgresql(dot)org>
Subject: Re: Vacuum analyze problem
Date: 2001-03-02 01:49:49
Message-ID: 23602.983497789@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

John Hatfield <jhatfield(at)g-s(dot)com(dot)au> writes:
> My problem is when running the vacuum with analyze an error occurs but
> it runs ok without the analyse.

Try "vacuum verbose analyze" so you can see which table it's failing on
(or, just look in the postmaster log to see which table is mentioned
last). There's probably a core file left from the crashed backend;
can you get a stack backtrace from it with gdb?

regards, tom lane

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message John Hatfield 2001-03-02 02:17:14 RE: Vacuum analyze problem
Previous Message John Hatfield 2001-03-01 23:28:07 Vacuum analyze problem