pgsql: Report resource usage at the end of recovery - Mailing list pgsql-committers

From David Rowley
Subject pgsql: Report resource usage at the end of recovery
Date
Msg-id E1kIKL9-0007n6-2R@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: noreply@postgresql.org
Date:
Subject: pgsql: Tag refs/tags/REL_13_RC1 was created
Next
From: Alvaro Herrera
Date:
Subject: pgsql: Fix use-after-free bug with event triggers in an extension scrip