Re: autovacuum "connections" are hidden

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Casey Duncan <casey(at)pandora(dot)com>
Cc: pgsql-general(at)postgresql(dot)org, Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
Subject: Re: autovacuum "connections" are hidden
Date: 2006-05-17 19:34:28
Message-ID: 24804.1147894468@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Casey Duncan <casey(at)pandora(dot)com> writes:
> however, when I did "select * from pg_stat_activity" on the pg
> server, it showed no connection to that db. Then I looked at the
> processes:
> tmp0% ps ax | grep test_seg1
> 10317 ? D 0:36 postgres: autovacuum process test_seg1

Hmm, autovacuum won't show up in pg_stat_activity because it never calls
pgstat_report_activity(). Seems like maybe it should, though.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ed L. 2006-05-17 20:07:24 Re: Why won't it index scan?
Previous Message Tom Lane 2006-05-17 19:26:22 Re: Why won't it index scan?