pgsql: Allow autovacuum to log WAL usage statistics. - Mailing list pgsql-committers

From Amit Kapila
Subject pgsql: Allow autovacuum to log WAL usage statistics.
Date
Msg-id E1jLPgN-0005ub-RJ@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Allow autovacuum to log WAL usage statistics.

This commit allows autovacuum to log WAL usage statistics added by commit
df3b181499.

Author: Julien Rouhaud
Reviewed-by: Dilip Kumar and Amit Kapila
Discussion: https://postgr.es/m/CAB-hujrP8ZfUkvL5OYETipQwA=e3n7oqHFU=4ZLxWS_Cza3kQQ@mail.gmail.com

Branch
------
master

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

Modified Files
--------------
src/backend/access/heap/vacuumlazy.c | 13 ++++++++++++-
1 file changed, 12 insertions(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Refactor cluster.c to use new routine get_index_isclustered()
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Add logical replication support to replicate into partitioned ta