Comment typo in slot.c - Mailing list pgsql-hackers

From Michael Paquier
Subject Comment typo in slot.c
Date
Msg-id CAB7nPqQfQ8ykkkE8iU6uk4z478f7eYBGB=kew4mKom+iPZH8Rw@mail.gmail.com
Whole thread Raw
Responses Re: Comment typo in slot.c
List pgsql-hackers
Hi all,

I just bumped into the following typo in slot.c:
        /*
         * 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();
Regards,
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Catalin Iacob
Date:
Subject: Re: proposal: PL/Pythonu - function ereport
Next
From: Peter Geoghegan
Date:
Subject: Re: Using quicksort for every external sort run