We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent000f557 commit69fc943Copy full SHA for 69fc943
doc/src/sgml/release-11.sgml
@@ -514,14 +514,15 @@ Branch: REL9_4_STABLE [ede6b1962] 2019-02-25 00:02:56 +1300
514
-->
515
<para>
516
Tolerate <literal>EINVAL</literal> and <literal>ENOSYS</literal>
517
- error results, where appropriate, for fsync calls (Thomas Munro,
518
- James Sewell)
+ error results, where appropriate, for <function>fsync</function>
+ and <function>sync_file_range</function> calls
519
+ (Thomas Munro, James Sewell)
520
</para>
521
522
- The previous change to panic onfsyncfailures turns out to have
523
- been excessively paranoid for certain cases where a failure is
524
- predictable and essentially means <quote>operation not
+ The previous change to panic onfile synchronizationfailures turns
+out to havebeen excessively paranoid for certain cases where a
525
+failure ispredictable and essentially means <quote>operation not
526
supported</quote>.
527
528
</listitem>