pgsql: Report resource usage at the end of recovery

From: David Rowley <drowley(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Report resource usage at the end of recovery
Date: 2020-09-15 23:26:23
Message-ID: E1kIKL9-0007n6-2R@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Report resource usage at the end of recovery

Reporting this has been rather useful in some recent recovery speedup
work. It also seems like something that will be useful to the average DBA
too.

Author: David Rowley
Reviewed-by: Thomas Munro
Discussion: https://postgr.es/m/CAApHDvqYVORiZxq2xPvP6_ndmmsTkvr6jSYv4UTNaFa5i1kd%3DQ%40mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/10a5b35a0061d9747ac7594c5e6faa0513276593

Modified Files
--------------
src/backend/access/transam/xlog.c | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2020-09-16 00:05:09 pgsql: Fix use-after-free bug with event triggers in an extension scrip
Previous Message noreply 2020-09-15 21:58:19 pgsql: Tag refs/tags/REL_13_RC1 was created