summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/backend/replication/slot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/replication/slot.c b/src/backend/replication/slot.c
index dd7ff0f99a2..fcd7ba1433a 100644
--- a/src/backend/replication/slot.c
+++ b/src/backend/replication/slot.c
@@ -543,7 +543,7 @@ ReplicationSlotMarkDirty(void)
}
/*
- * Convert a slot that's marked as RS_DROP_ON_ERROR to a RS_PERSISTENT slot,
+ * Convert a slot that's marked as RS_EPHEMERAL to a RS_PERSISTENT slot,
* guaranteeing it will be there after a eventual crash.
*/
void