pgsql: Mark autovacuum entries in pg_stat_activity so that they can be

From: alvherre(at)postgresql(dot)org (Alvaro Herrera)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Mark autovacuum entries in pg_stat_activity so that they can be
Date: 2008-01-14 13:39:25
Message-ID: 20080114133925.D8B85754108@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Mark autovacuum entries in pg_stat_activity so that they can be easily
distinguished from user-invoked commands. Per suggestion from Tom Lane.

Modified Files:
--------------
pgsql/src/backend/postmaster:
autovacuum.c (r1.70 -> r1.71)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/autovacuum.c?r1=1.70&r2=1.71)

Browse pgsql-committers by date

  From Date Subject
Next Message User Carvalho 2008-01-14 16:29:48 pllua - pllua: Minor changes for new build system.
Previous Message Michael Meskes 2008-01-14 09:43:43 pgsql: Set valid return values even in case of an error to prevent