Release notes for 11.3, 10.8, 9.6.13, 9.5.17, 9.4.22.
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 5 May 2019 18:57:16 +0000 (14:57 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 5 May 2019 18:57:16 +0000 (14:57 -0400)
doc/src/sgml/release-11.sgml

index 3156cc7c108461fe1e9a03cd8db71e223e7cab67..373b8de09ac74e8f30007b227d53ff387f42b0c7 100644 (file)
@@ -514,14 +514,15 @@ Branch: REL9_4_STABLE [ede6b1962] 2019-02-25 00:02:56 +1300
 -->
      <para>
       Tolerate <literal>EINVAL</literal> and <literal>ENOSYS</literal>
-      error results, where appropriate, for fsync calls (Thomas Munro,
-      James Sewell)
+      error results, where appropriate, for <function>fsync</function>
+      and <function>sync_file_range</function> calls
+      (Thomas Munro, James Sewell)
      </para>
 
      <para>
-      The previous change to panic on fsync failures turns out to have
-      been excessively paranoid for certain cases where a failure is
-      predictable and essentially means <quote>operation not
+      The previous change to panic on file synchronization failures turns
+      out to have been excessively paranoid for certain cases where a
+      failure is predictable and essentially means <quote>operation not
       supported</quote>.
      </para>
     </listitem>