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-0001NN-JD@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
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/630de1131dca80fd63cecfbe6a14b8a5b405b434

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