pgsql: Update replication statistics after every stream/spill.

Поиск
Список
Период
Сортировка
От Amit Kapila
Тема pgsql: Update replication statistics after every stream/spill.
Дата
Msg-id E1leXLP-0007lP-Gg@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: pgsql: jit: Fix warning reported by gcc-11 caused by dubious function s
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: docs: Clarify how ALTER TABLE .. SET COMPRESSION works.