pgsql: Report correct name in autovacuum "work items" activity - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Report correct name in autovacuum "work items" activity
Date
Msg-id E1gxDGA-0001NL-JM@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Report correct name in autovacuum "work items" activity

We were reporting the database name instead of the relation name to
pg_stat_activity.  Repair.

Reported-by: Justin Pryzby
Discussion: https://postgr.es/m/20190220185552.GR28750@telsasoft.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/98098faaff77a632c759c967f3b956524e492ee4

Modified Files
--------------
src/backend/postmaster/autovacuum.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Add const qualifier
Next
From: Tom Lane
Date:
Subject: pgsql: Fix plan created for inherited UPDATE/DELETE with all tablesexc