pgsql: Make autovacuum report the start time of its current activity in

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Make autovacuum report the start time of its current activity in
Date: 2007-09-23 20:07:33
Message-ID: 20070923200733.3724F753E4C@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Make autovacuum report the start time of its current activity in
pg_stat_activity. Per gripe from Jim Nasby.

Modified Files:
--------------
pgsql/src/backend/postmaster:
autovacuum.c (r1.58 -> r1.59)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/autovacuum.c?r1=1.58&r2=1.59)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2007-09-23 20:32:40 pgsql: Restrict overly broad searches, and fix typo, in recent fix.
Previous Message Tom Lane 2007-09-23 18:50:38 pgsql: TransactionIdIsInProgress can skip scanning the ProcArray if the