diff options
author | Robert Haas | 2011-03-27 01:18:53 +0000 |
---|---|---|
committer | Robert Haas | 2011-03-27 01:19:06 +0000 |
commit | de592e2669380d5f95766d2bbe583558772fb6ce (patch) | |
tree | d22f2c96ffdefdcb0c8f42a2646d9a877fcde029 | |
parent | ab1ef8e4448d276d65ecd02bebc03c03854c7200 (diff) |
Remove disclaimer stating that fsync=off slows down sync rep.
The underlying problem that caused this phenomenon was fixed by commit
92f4786fa9b730fd12cbfe973eb96addc6e98924.
-rw-r--r-- | doc/src/sgml/high-availability.sgml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/src/sgml/high-availability.sgml b/doc/src/sgml/high-availability.sgml index 40b8b7393f8..f6308dd7849 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"> |