pgsql: Make autovacuum report the start time of its current activity in - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Make autovacuum report the start time of its current activity in
Date
Msg-id 20070923200733.3724F753E4C@cvs.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: TransactionIdIsInProgress can skip scanning the ProcArray if the
Next
From: adunstan@postgresql.org (Andrew Dunstan)
Date:
Subject: pgsql: Restrict overly broad searches, and fix typo, in recent fix.