Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 9e0f87a

Browse files
author
Amit Kapila
committed
Minor improvements in description of spilled counters in pg_stat_replication_slots view.
Per a suggestion by Justin Pryzby. Discussion: https://postgr.es/m/CA+fd4k5_pPAYRTDrO2PbtTOe0eHQpBvuqmCr8ic39uTNmR49Eg@mail.gmail.com
1 parent 8d132b2 commit 9e0f87a

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

doc/src/sgml/monitoring.sgml

+5-6
Original file line numberDiff line numberDiff line change
@@ -2614,10 +2614,9 @@ SELECT pid, wait_event_type, wait_event FROM pg_stat_activity WHERE wait_event i
26142614
<structfield>spill_count</structfield> <type>bigint</type>
26152615
</para>
26162616
<para>
2617-
Number of times transactions were spilled to disk while performing
2618-
decoding of changes from WAL for this slot. Transactions
2619-
may get spilled repeatedly, and this counter gets incremented on every
2620-
such invocation.
2617+
Number of times transactions were spilled to disk while decoding changes
2618+
from WAL for this slot. Transactions may get spilled repeatedly, and
2619+
this counter gets incremented on every such invocation.
26212620
</para></entry>
26222621
</row>
26232622

@@ -2628,8 +2627,8 @@ SELECT pid, wait_event_type, wait_event FROM pg_stat_activity WHERE wait_event i
26282627
<para>
26292628
Amount of decoded transaction data spilled to disk while performing
26302629
decoding of changes from WAL for this slot. This and other spill
2631-
counters can be used to gauge the I/O occurred during logical decoding
2632-
and accordingly can tune <literal>logical_decoding_work_mem</literal>.
2630+
counters can be used to gauge the I/O which occurred during logical
2631+
decoding and allow tuning <literal>logical_decoding_work_mem</literal>.
26332632
</para></entry>
26342633
</row>
26352634

0 commit comments

Comments
 (0)