pgsql: Change pgstat_report_vacuum() to use Relation - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Change pgstat_report_vacuum() to use Relation
Date
Msg-id E1vVhYt-001Aga-0l@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Change pgstat_report_vacuum() to use Relation

This change makes pgstat_report_vacuum() more consistent with
pgstat_report_analyze(), that also uses a Relation.  This enforces a
policy that callers of this routine should open and lock the relation
whose statistics are updated before calling this routine.  We will
unlikely have a lot of callers of this routine in the tree, but it seems
like a good idea to imply this requirement in the long run.

Author: Bertrand Drouvot <bertranddrouvot.pg@gmail.com>
Suggested-by: Andres Freund <andres@anarazel.de>
Reviewed-by: Chao Li <li.evan.chao@gmail.com>
Discussion: https://postgr.es/m/aUEA6UZZkDCQFgSA@ip-10-97-1-34.eu-west-3.compute.internal

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/f4e797171eac645eeae2a5e95bf3361bb7f7f0cc

Modified Files
--------------
src/backend/access/heap/vacuumlazy.c         |  3 +--
src/backend/utils/activity/pgstat_relation.c | 11 +++++------
src/include/pgstat.h                         |  4 ++--
3 files changed, 8 insertions(+), 10 deletions(-)


pgsql-committers by date:

Previous
From: Noah Misch
Date:
Subject: pgsql: WAL-log inplace update before revealing it to other sessions.
Next
From: Amit Kapila
Date:
Subject: pgsql: Support existing publications in pg_createsubscriber.