File tree 1 file changed +3
-5
lines changed
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
2568
2568
The time when the slot became inactive. <literal>NULL</literal> if the
2569
2569
slot is currently being streamed. If the slot becomes invalid,
2570
2570
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
2572
2572
primary server (whose <structfield>synced</structfield> field is
2573
2573
<literal>true</literal>), the <structfield>inactive_since</structfield>
2574
2574
indicates the time when slot synchronization (see <xref
2575
2575
linkend="logicaldecoding-replication-slots-synchronization"/>)
2576
2576
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.
2581
2579
</para></entry>
2582
2580
</row>
2583
2581
You can’t perform that action at this time.
0 commit comments