| From: | Casey Duncan <casey(at)pandora(dot)com> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| 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-18 15:51:47 |
| Message-ID: | 595F2C2A-FF85-4542-9185-4EDDB6846450@pandora.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On May 17, 2006, at 12:34 PM, Tom Lane wrote:
> 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.
Is this worth filing a bug about for posterity?
-Casey
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Emi Lu | 2006-05-18 15:55:57 | Re: RES: Add column and specify the column position in |
| Previous Message | Nik | 2006-05-18 13:58:14 | Insert into partition table hangs |