Mark autovacuum entries in pg_stat_activity so that they can be easily
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 14 Jan 2008 13:39:25 +0000 (13:39 +0000)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 14 Jan 2008 13:39:25 +0000 (13:39 +0000)
commitcdc58fda79b1152ee2db9a1c94a2b7c9f52dd3e6
tree52eaf9e151285030174d691d85030028fc2686dc
parent467a6b351a27c585eb9513cc59b72cb43c40f5be
Mark autovacuum entries in pg_stat_activity so that they can be easily
distinguished from user-invoked commands.  Per suggestion from Tom Lane.
src/backend/postmaster/autovacuum.c