From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Alvaro Herrera <alvherre(at)commandprompt(dot)com> |
Cc: | Larry Rosenman <lrosenman(at)pervasive(dot)com>, Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, Casey Duncan <casey(at)pandora(dot)com>, pgsql-general(at)postgresql(dot)org |
Subject: | Re: autovacuum "connections" are hidden |
Date: | 2006-05-18 17:16:08 |
Message-ID: | 15874.1147972568@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general pgsql-hackers |
Alvaro Herrera <alvherre(at)commandprompt(dot)com> writes:
> Tom Lane wrote:
>>> Hmm, autovacuum won't show up in pg_stat_activity because it never
>>> calls pgstat_report_activity(). Seems like maybe it should, though.
> Yep. I'll fix it. Should I backpatch to 8.1?
Yeah, probably, because this is really a regression from 8.0: the old
contrib autovacuum's activities would show in pg_stat_activity, since
it was just issuing the VACUUM/ANALYZE commands normally.
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2006-05-18 19:18:12 | Re: [GENERAL] Querying libpq compile time options |
Previous Message | Bruce Momjian | 2006-05-18 17:07:10 | Re: autovacuum "connections" are hidden |
From | Date | Subject | |
---|---|---|---|
Next Message | Marc G. Fournier | 2006-05-18 17:25:06 | Re: [OT] MySQL is bad, but THIS bad? |
Previous Message | Alvaro Herrera | 2006-05-18 17:16:06 | Re: [OT] MySQL is bad, but THIS bad? |