mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 04:35:45 -04:00
Remove disclaimer stating that fsync=off slows down sync rep.
The underlying problem that caused this phenomenon was fixed by commit
92f4786fa9.
This commit is contained in:
parent
ab1ef8e444
commit
de592e2669
1 changed files with 0 additions and 6 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in a new issue