pgsql: Update replication statistics after every stream/spill. - Mailing list pgsql-committers

From Amit Kapila
Subject pgsql: Update replication statistics after every stream/spill.
Date
Msg-id E1leXLP-0007lP-Gg@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Update replication statistics after every stream/spill.

Currently, replication slot statistics are updated at prepare, commit, and
rollback. Now, if the transaction is interrupted the stats might not get
updated. Fixed this by updating replication statistics after every
stream/spill.

In passing update the docs to change the description of some of the slot
stats.

Author: Vignesh C, Sawada Masahiko
Reviewed-by: Amit Kapila
Discussion: https://postgr.es/m/20210319185247.ldebgpdaxsowiflw@alap3.anarazel.de

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/592f00f8dec68038301467a904ac514eddabf6cd

Modified Files
--------------
doc/src/sgml/monitoring.sgml                    | 15 +++++++--------
src/backend/replication/logical/decode.c        | 14 ++++++++------
src/backend/replication/logical/reorderbuffer.c |  6 ++++++
src/include/replication/reorderbuffer.h         |  4 ++--
4 files changed, 23 insertions(+), 16 deletions(-)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: jit: Fix warning reported by gcc-11 caused by dubious function s
Next
From: Robert Haas
Date:
Subject: pgsql: docs: Clarify how ALTER TABLE .. SET COMPRESSION works.