Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Fix indentation from a11f330b5
authorDaniel Gustafsson <dgustafsson@postgresql.org>
Mon, 25 Mar 2024 13:18:33 +0000 (14:18 +0100)
committerDaniel Gustafsson <dgustafsson@postgresql.org>
Mon, 25 Mar 2024 13:18:33 +0000 (14:18 +0100)
Per buildfarm animal koel

src/backend/replication/slot.c

index eaa74925691c81d10d83a1a631e2f097ff374adc..45f7a28f7d293608efcaf8e31747c95c35f1577e 100644 (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();