Skip to content

Commit 64e401b

Browse files
Fix indentation from a11f330
Per buildfarm animal koel
1 parent f83d709 commit 64e401b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/backend/replication/slot.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -687,10 +687,10 @@ ReplicationSlotRelease(void)
687687
}
688688

689689
/*
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.
690+
* Set the last inactive time after marking the slot inactive. We don't
691+
* set it for the slots currently being synced from the primary to the
692+
* standby because such slots are typically inactive as decoding is not
693+
* allowed on those.
694694
*/
695695
if (!(RecoveryInProgress() && slot->data.synced))
696696
now = GetCurrentTimestamp();

0 commit comments

Comments
 (0)