diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/perform.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/perform.sgml b/doc/src/sgml/perform.sgml index 26998283d8c..fb555985da8 100644 --- a/doc/src/sgml/perform.sgml +++ b/doc/src/sgml/perform.sgml @@ -1159,7 +1159,7 @@ SELECT * FROM x, y, a, b, c WHERE something AND somethingelse; <para> Turn off <xref linkend="guc-synchronous-commit">; there might be no need to write the <acronym>WAL</acronym> to disk on every - commit. This does affect database crash transaction durability. + commit. This can cause transaction loss after a server crash. </para> </listitem> </itemizedlist> |