File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments