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

Commit 7dae3cf

Browse files
Correct comment to use RS_EPHEMERAL
1 parent fcef161 commit 7dae3cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/replication/slot.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ ReplicationSlotMarkDirty(void)
543543
}
544544

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

0 commit comments

Comments
 (0)