mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-03-07 19:47:50 +08:00
Correct comment to use RS_EPHEMERAL
This commit is contained in:
parent
fcef161729
commit
7dae3cf68c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user