git.postgresql.org Git - postgresql.git/commit
Thu, 8 Oct 2020 03:39:08 +0000 (09:09 +0530)
Thu, 8 Oct 2020 03:39:08 +0000 (09:09 +0530)
commit 98681675002d852d926a49d7bc4d4b4856b2fc4a
Track statistics for spilling of changes from ReorderBuffer.
This adds the statistics about transactions spilled to disk from
ReorderBuffer. Users can query the pg_stat_replication_slots view to check
these stats and call pg_stat_reset_replication_slot to reset the stats of
a particular slot. Users can pass NULL in pg_stat_reset_replication_slot
to reset stats of all the slots.
This commit extends the statistics collector to track this information
about slots.
Author: Sawada Masahiko and Amit Kapila
Reviewed-by: Amit Kapila and Dilip Kumar
Discussion: https://postgr.es/m/CA+fd4k5_pPAYRTDrO2PbtTOe0eHQpBvuqmCr8ic39uTNmR49Eg@mail.gmail.com
16 files changed:
This is the main PostgreSQL git repository.
RSS
Atom