From: Simon Riggs Date: Thu, 2 Apr 2015 11:45:19 +0000 (-0400) Subject: Correct comment to use RS_EPHEMERAL X-Git-Tag: REL9_5_ALPHA1~512 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7dae3cf68cf59c37163df42fb0d2b66fed9996f4;p=postgresql Correct comment to use RS_EPHEMERAL --- diff --git a/src/backend/replication/slot.c b/src/backend/replication/slot.c index dd7ff0f99a..fcd7ba1433 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