Fix indentation from a11f330b5

Per buildfarm animal koel
This commit is contained in:
Daniel Gustafsson 2024-03-25 14:18:33 +01:00
parent f83d709760
commit 64e401b62b
1 changed files with 4 additions and 4 deletions

View File

@ -687,10 +687,10 @@ ReplicationSlotRelease(void)
}
/*
* 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.
* 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.
*/
if (!(RecoveryInProgress() && slot->data.synced))
now = GetCurrentTimestamp();