Commit e84730a9 authored by Bruce Momjian's avatar Bruce Momjian

Update sync commit performance documentation to be consistent with other

non-durable items, per Robert Haas.
parent 69039ea8
...@@ -1157,9 +1157,9 @@ SELECT * FROM x, y, a, b, c WHERE something AND somethingelse; ...@@ -1157,9 +1157,9 @@ SELECT * FROM x, y, a, b, c WHERE something AND somethingelse;
<listitem> <listitem>
<para> <para>
Turn off <xref linkend="guc-synchronous-commit">; there might be no Turn off <xref linkend="guc-synchronous-commit">; there is no
need to write the <acronym>WAL</acronym> to disk on every need to write the <acronym>WAL</acronym> to disk on every
commit. This can cause transaction loss after a server crash. commit.
</para> </para>
</listitem> </listitem>
</itemizedlist> </itemizedlist>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment