]> granicus.if.org Git - postgresql/commitdiff
Fix doc double-wording in non-durable patch.
authorBruce Momjian <bruce@momjian.us>
Mon, 28 Jun 2010 22:46:11 +0000 (22:46 +0000)
committerBruce Momjian <bruce@momjian.us>
Mon, 28 Jun 2010 22:46:11 +0000 (22:46 +0000)
Report from Thom Brown

doc/src/sgml/config.sgml
doc/src/sgml/perform.sgml

index f218e698b243a163b8f2b1f1b894ef199b9a039b..7860e1fa07c4776ca911bc16e79d645ec7788a91 100644 (file)
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.284 2010/06/28 21:57:17 momjian Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.285 2010/06/28 22:46:11 momjian Exp $ -->
 
 <chapter Id="runtime-config">
   <title>Server Configuration</title>
@@ -1464,7 +1464,7 @@ SET ENABLE_SEQSCAN TO OFF;
         delay is three times <xref linkend="guc-wal-writer-delay">.)  Unlike
         <xref linkend="guc-fsync">, setting this parameter to <literal>off</>
         does not create any risk of database inconsistency: an operating
-        system or database crash crash might
+        system or database crash might
         result in some recent allegedly-committed transactions being lost, but
         the database state will be just the same as if those transactions had
         been aborted cleanly.  So, turning <varname>synchronous_commit</> off
index 10e38f2eb3dde15597b66380fa1696a87723a0e4..b69813cedbaef4ce31ea930b4349d34ed497e377 100644 (file)
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/perform.sgml,v 1.81 2010/06/28 21:57:17 momjian Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/perform.sgml,v 1.82 2010/06/28 22:46:11 momjian Exp $ -->
 
  <chapter id="performance-tips">
   <title>Performance Tips</title>
@@ -1113,7 +1113,7 @@ SELECT * FROM x, y, a, b, c WHERE something AND somethingelse;
 
    <para>
     Durability is a database feature that guarantees the recording of
-    committed transactions even if if the server crashes or loses
+    committed transactions even if the server crashes or loses
     power.  However, durability adds significant database overhead,
     so if your site does not require such a guarantee,
     <productname>PostgreSQL</productname> can be configured to run