diff options
author | Robert Haas <rhaas@postgresql.org> | 2016-02-05 08:11:00 -0500 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2016-02-05 08:11:00 -0500 |
commit | e98fd7860773698eaaf6332decc364bb31bca677 (patch) | |
tree | 75de409fb6bb267cb78e17ea7c0bb2bd0a24b569 /src/backend/replication/slot.c | |
parent | e0e7b8fa22539a81cc390f8ec57d6b52391b1335 (diff) | |
download | postgresql-e98fd7860773698eaaf6332decc364bb31bca677.tar.gz postgresql-e98fd7860773698eaaf6332decc364bb31bca677.zip |
Fix typo in comment.
Michael Paquier
Diffstat (limited to 'src/backend/replication/slot.c')
-rw-r--r-- | src/backend/replication/slot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/replication/slot.c b/src/backend/replication/slot.c index 251b549768d..11b44a483c7 100644 --- a/src/backend/replication/slot.c +++ b/src/backend/replication/slot.c @@ -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(); |