diff --git a/doc/src/sgml/high-availability.sgml b/doc/src/sgml/high-availability.sgml
index 40b8b7393f86eb2dc81ec0adbb10ead27ce1616f..f6308dd7849008d3ed8c92043837e0f0e564cf28 100644
--- a/doc/src/sgml/high-availability.sgml
+++ b/doc/src/sgml/high-availability.sgml
@@ -1013,12 +1013,6 @@ synchronous_replication = on
     the rate of generation of WAL data.
    </para>
 
-   <para>
-    Replies are only sent when WAL is written to disk, so setting
-    <varname>fsync</> to <literal>off</> on the standby will significantly
-    reduce performance of synchronous replication and should be avoided.
-   </para>
-
    </sect3>
 
    <sect3 id="synchronous-replication-ha">