summaryrefslogtreecommitdiff
path: root/doc/src/sgml/monitoring.sgml
diff options
context:
space:
mode:
authorAmit Kapila <akapila@postgresql.org>2025-11-28 05:21:35 +0000
committerAmit Kapila <akapila@postgresql.org>2025-11-28 05:21:35 +0000
commite68b6adad96d414fdf24e072fdb1d41fb4b8f0b7 (patch)
tree36cbdc3befc3b490893d4daa2184aa664ca46adb /doc/src/sgml/monitoring.sgml
parent9ccc049dfe655ca9927f7c62559ec32f4d1f94dd (diff)
Add slotsync_skip_reason column to pg_replication_slots view.
Introduce a new column, slotsync_skip_reason, in the pg_replication_slots view. This column records the reason why the last slot synchronization was skipped. It is primarily relevant for logical replication slots on standby servers where the 'synced' field is true. The value is NULL when synchronization succeeds. Author: Shlok Kyal <shlok.kyal.oss@gmail.com> Reviewed-by: shveta malik <shveta.malik@gmail.com> Reviewed-by: Hayato Kuroda <kuroda.hayato@fujitsu.com> Reviewed-by: Ashutosh Sharma <ashu.coek88@gmail.com> Reviewed-by: Hou Zhijie <houzj.fnst@fujitsu.com> Reviewed-by: Amit Kapila <amit.kapila16@gmail.com> Discussion: https://postgr.es/m/CAE9k0PkhfKrTEAsGz4DjOhEj1nQ+hbQVfvWUxNacD38ibW3a1g@mail.gmail.com
Diffstat (limited to 'doc/src/sgml/monitoring.sgml')
-rw-r--r--doc/src/sgml/monitoring.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml
index dcc8474a7f7..e0556b6baac 100644
--- a/doc/src/sgml/monitoring.sgml
+++ b/doc/src/sgml/monitoring.sgml
@@ -1665,7 +1665,7 @@ description | Waiting for a newly initialized WAL file to reach durable storage
</para>
<para>
Number of times the slot synchronization is skipped. Slot
- synchronization occur only on standby servers and thus this column has
+ synchronization occurs only on standby servers and thus this column has
no meaning on the primary server.
</para>
</entry>
@@ -1677,7 +1677,7 @@ description | Waiting for a newly initialized WAL file to reach durable storage
</para>
<para>
Time at which last slot synchronization was skipped. Slot
- synchronization occur only on standby servers and thus this column has
+ synchronization occurs only on standby servers and thus this column has
no meaning on the primary server.
</para>
</entry>