Correct comment to use RS_EPHEMERAL
authorSimon Riggs
Thu, 2 Apr 2015 11:49:48 +0000 (07:49 -0400)
committerSimon Riggs
Thu, 2 Apr 2015 11:49:48 +0000 (07:49 -0400)
src/backend/replication/slot.c

index 7b5e0a89bfb3ba468505d6577edd3055af2e099d..5a7d021f5858ff0e026ca1f322fadedaefee393b 100644 (file)
@@ -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