mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 04:35:45 -04:00
Correct comment to use RS_EPHEMERAL
This commit is contained in:
parent
a44e54cf4b
commit
3ebe6d8956
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue