]> granicus.if.org Git - postgresql/commitdiff
Correct comment to use RS_EPHEMERAL
authorSimon Riggs <simon@2ndQuadrant.com>
Thu, 2 Apr 2015 11:45:19 +0000 (07:45 -0400)
committerSimon Riggs <simon@2ndQuadrant.com>
Thu, 2 Apr 2015 11:45:19 +0000 (07:45 -0400)
src/backend/replication/slot.c

index dd7ff0f99a21e0646832f349ba38f689410e47d6..fcd7ba1433a889728927a8a07e3b7365618805f0 100644 (file)
@@ -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