pgsql: Allow autovacuum to log WAL usage statistics.

From: Amit Kapila <akapila(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Allow autovacuum to log WAL usage statistics.
Date: 2020-04-06 11:12:47
Message-ID: E1jLPgN-0005ub-RJ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2020-04-06 13:16:46 pgsql: Add logical replication support to replicate into partitioned ta
Previous Message Michael Paquier 2020-04-06 02:45:05 pgsql: Refactor cluster.c to use new routine get_index_isclustered()