From e84730a916bce0635eb78205d2ea4746ee664d68 Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Wed, 26 Jan 2011 09:15:52 -0500
Subject: [PATCH] Update sync commit performance documentation to be consistent
 with other non-durable items, per Robert Haas.

---
 doc/src/sgml/perform.sgml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/src/sgml/perform.sgml b/doc/src/sgml/perform.sgml
index fb555985da8..0a104571571 100644
--- a/doc/src/sgml/perform.sgml
+++ b/doc/src/sgml/perform.sgml
@@ -1157,9 +1157,9 @@ SELECT * FROM x, y, a, b, c WHERE something AND somethingelse;
 
      <listitem>
       <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
-       commit.  This can cause transaction loss after a server crash.
+       commit.
       </para>
      </listitem>
     </itemizedlist>
-- 
GitLab