Re: pgsql: Add slotsync skip statistics.

2025-11-25 Thread Amit Kapila
On Tue, Nov 25, 2025 at 1:07 PM Amit Kapila wrote: > > Add slotsync skip statistics. > The test added by this commit caused two BF failures as reported in email [1]. The analysis and patch to fix the problem is also proposed in a later email [2]. This is a test-only issue causing random failures.

pgsql: Add slotsync skip statistics.

2025-11-24 Thread Amit Kapila
Add slotsync skip statistics. This patch adds two new columns to the pg_stat_replication_slots view: slotsync_skip_count - the total number of times a slotsync operation was skipped. slotsync_skip_at - the timestamp of the most recent skip. These additions provide better visibility into replicati