mirror of
https://github.com/postgres/postgres.git
synced 2026-02-28 12:20:43 -05:00
Fix typo in comment.
Michael Paquier
This commit is contained in:
parent
e0e7b8fa22
commit
e98fd78607
1 changed files with 1 additions and 1 deletions
|
|
@ -984,7 +984,7 @@ CreateSlotOnDisk(ReplicationSlot *slot)
|
|||
/*
|
||||
* If we'd now fail - really unlikely - we wouldn't know whether this slot
|
||||
* would persist after an OS crash or not - so, force a restart. The
|
||||
* restart would try to fysnc this again till it works.
|
||||
* restart would try to fsync this again till it works.
|
||||
*/
|
||||
START_CRIT_SECTION();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue