Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 3ebe6d8

Browse files
Correct comment to use RS_EPHEMERAL
1 parent a44e54c commit 3ebe6d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/replication/slot.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ ReplicationSlotMarkDirty(void)
544544
}
545545

546546
/*
547-
* Convert a slot that's marked as RS_DROP_ON_ERROR to a RS_PERSISTENT slot,
547+
* Convert a slot that's marked as RS_EPHEMERAL to a RS_PERSISTENT slot,
548548
* guaranteeing it will be there after a eventual crash.
549549
*/
550550
void

0 commit comments

Comments
 (0)