Re: 8.2.3 AutoVacuum not running

From: "Schwenker, Stephen" <SSchwenker(at)thestar(dot)ca>
To: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: 8.2.3 AutoVacuum not running
Date: 2007-04-07 22:15:31
Message-ID: FBEF1EF7B7E5B649AB1C684991223C6E10230A@tmg-mail2.torstar.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hey, I've just found something else. When I compiled postgresql, I assumed that because it compiled then it was a supported system. This was on the first line of the configure output.

checking build system type... x86_64-unknown-linux-gnu

I've looked at the supported systems list and the x86_64 doesn't appear to be supported. Can someone help me figure out how to make that system type to get supported? Maybe I can turn on some debugging to figure out why it's not running. I'm willing to put in some time to figure it out.

Thank you,


Steve.

________________________________

From: Tom Lane [mailto:tgl(at)sss(dot)pgh(dot)pa(dot)us]
Sent: Fri 06/04/2007 1:21 PM
To: Schwenker, Stephen
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: [GENERAL] 8.2.3 AutoVacuum not running

"Schwenker, Stephen" <SSchwenker(at)thestar(dot)ca> writes:
> I've just compiled an instance of Postgresql 8.2.3 on a new linux box
> and have added some databases to it. I've noticed however that the
> autovacuum is not running.

How sure are you of that? Check pg_stat_all_tables to see if the
last_autovacuum column is changing.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Stefan Berglund 2007-04-08 00:50:52 Re: Documenting PGSQL database.
Previous Message Björn Lundin 2007-04-07 20:47:35 Re: Documenting PGSQL database.