aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDaniel Gustafsson <dgustafsson@postgresql.org>2024-03-25 14:18:33 +0100
committerDaniel Gustafsson <dgustafsson@postgresql.org>2024-03-25 14:18:33 +0100
commit64e401b62b1559d617db5c1e1070d7a05e794c27 (patch)
treeed7582598eed30c4cb04eee3a3989740ac7ae9b0 /src
parentf83d709760d84253b539ee454ce9ce1ceb9ad9ac (diff)
downloadpostgresql-64e401b62b1559d617db5c1e1070d7a05e794c27.tar.gz
postgresql-64e401b62b1559d617db5c1e1070d7a05e794c27.zip
Fix indentation from a11f330b5
Per buildfarm animal koel
Diffstat (limited to 'src')
-rw-r--r--src/backend/replication/slot.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/backend/replication/slot.c b/src/backend/replication/slot.c
index eaa74925691..45f7a28f7d2 100644
--- a/src/backend/replication/slot.c
+++ b/src/backend/replication/slot.c
@@ -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();