Re: autovacuum "connections" are hidden - Mailing list pgsql-general

From Tom Lane
Subject Re: autovacuum "connections" are hidden
Date
Msg-id 24804.1147894468@sss.pgh.pa.us
Whole thread Raw
In response to autovacuum "connections" are hidden  (Casey Duncan <casey@pandora.com>)
Responses Re: autovacuum "connections" are hidden  (Casey Duncan <casey@pandora.com>)
Re: autovacuum "connections" are hidden  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-general
Casey Duncan <casey@pandora.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

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Why won't it index scan?
Next
From: "Ed L."
Date:
Subject: Re: Why won't it index scan?