The time when the slot became inactive. NULL if the
slot is currently being streamed. If the slot becomes invalid,
this value will never be updated.
- Note that for slots on the standby that are being synced from a
+ For standby slots that are being synced from a
primary server (whose synced field is
true), the inactive_since
indicates the time when slot synchronization (see
linkend="logicaldecoding-replication-slots-synchronization"/>)
was most recently stopped. NULL if the slot
- has always been synchronized. On standby, this is useful for slots
- that are being synced from a primary server (whose
- synced field is true)
- so they know when the slot stopped being synchronized.
+ has always been synchronized. This helps standby slots track when
+ synchronization was interrupted.