| From: | Michael Paquier <michael(dot)paquier(at)gmail(dot)com> |
|---|---|
| To: | PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Comment typo in slot.c |
| Date: | 2016-02-04 09:39:19 |
| Message-ID: | CAB7nPqQfQ8ykkkE8iU6uk4z478f7eYBGB=kew4mKom+iPZH8Rw@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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 | Content-Type | Size |
|---|---|---|
| typo-slot.patch | text/x-diff | 542 bytes |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Peter Geoghegan | 2016-02-04 09:46:15 | Re: Using quicksort for every external sort run |
| Previous Message | Catalin Iacob | 2016-02-04 09:13:55 | Re: proposal: PL/Pythonu - function ereport |