From 3ebe6d895624b0c2820a0043929250beaf3e6d8b Mon Sep 17 00:00:00 2001 From: Simon Riggs Date: Thu, 2 Apr 2015 07:49:48 -0400 Subject: [PATCH] Correct comment to use RS_EPHEMERAL --- src/backend/replication/slot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/replication/slot.c b/src/backend/replication/slot.c index 7b5e0a89bfb..5a7d021f585 100644 --- a/src/backend/replication/slot.c +++ b/src/backend/replication/slot.c @@ -544,7 +544,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 -- 2.39.5