8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f83d709 commit 64e401bCopy full SHA for 64e401b
src/backend/replication/slot.c
@@ -687,10 +687,10 @@ ReplicationSlotRelease(void)
687
}
688
689
/*
690
- * Set the last inactive time after marking the slot inactive. We don't set
691
- * it for the slots currently being synced from the primary to the standby
692
- * because such slots are typically inactive as decoding is not allowed on
693
- * those.
+ * Set the last inactive time after marking the slot inactive. We don't
+ * set it for the slots currently being synced from the primary to the
+ * standby because such slots are typically inactive as decoding is not
+ * allowed on those.
694
*/
695
if (!(RecoveryInProgress() && slot->data.synced))
696
now = GetCurrentTimestamp();
0 commit comments