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

Commit 164bac9

Browse files
author
Amit Kapila
committed
Doc: Improve pg_replication_slots.inactive_since description.
Author: Peter Smith <smithpb2250@gmail.com> Reviewed-by: Amit Kapila <amit.kapila16@gmail.com> Discussion: https://postgr.es/m/CAHut+PssvVMTWVtUPto6HbPO8pgVsvtzndt_FdBomA_Oq4zf3w@mail.gmail.com
1 parent 2509b85 commit 164bac9

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

doc/src/sgml/system-views.sgml

+3-5
Original file line numberDiff line numberDiff line change
@@ -2568,16 +2568,14 @@ SELECT * FROM pg_locks pl LEFT JOIN pg_prepared_xacts ppx
25682568
The time when the slot became inactive. <literal>NULL</literal> if the
25692569
slot is currently being streamed. If the slot becomes invalid,
25702570
this value will never be updated.
2571-
Note that for slots on the standby that are being synced from a
2571+
For standby slots that are being synced from a
25722572
primary server (whose <structfield>synced</structfield> field is
25732573
<literal>true</literal>), the <structfield>inactive_since</structfield>
25742574
indicates the time when slot synchronization (see <xref
25752575
linkend="logicaldecoding-replication-slots-synchronization"/>)
25762576
was most recently stopped. <literal>NULL</literal> if the slot
2577-
has always been synchronized. On standby, this is useful for slots
2578-
that are being synced from a primary server (whose
2579-
<structfield>synced</structfield> field is <literal>true</literal>)
2580-
so they know when the slot stopped being synchronized.
2577+
has always been synchronized. This helps standby slots track when
2578+
synchronization was interrupted.
25812579
</para></entry>
25822580
</row>
25832581

0 commit comments

Comments
 (0)