We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0e7b8f commit e98fd78Copy full SHA for e98fd78
src/backend/replication/slot.c
@@ -984,7 +984,7 @@ CreateSlotOnDisk(ReplicationSlot *slot)
984
/*
985
* If we'd now fail - really unlikely - we wouldn't know whether this slot
986
* would persist after an OS crash or not - so, force a restart. The
987
- * restart would try to fysnc this again till it works.
+ * restart would try to fsync this again till it works.
988
*/
989
START_CRIT_SECTION();
990
0 commit comments