Skip to content

Commit 93c81c6

Browse files
committed
Fix doc double-wording in non-durable patch.
Report from Thom Brown
1 parent c65f299 commit 93c81c6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/src/sgml/config.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.284 2010/06/28 21:57:17 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.285 2010/06/28 22:46:11 momjian Exp $ -->
22

33
<chapter Id="runtime-config">
44
<title>Server Configuration</title>
@@ -1464,7 +1464,7 @@ SET ENABLE_SEQSCAN TO OFF;
14641464
delay is three times <xref linkend="guc-wal-writer-delay">.) Unlike
14651465
<xref linkend="guc-fsync">, setting this parameter to <literal>off</>
14661466
does not create any risk of database inconsistency: an operating
1467-
system or database crash crash might
1467+
system or database crash might
14681468
result in some recent allegedly-committed transactions being lost, but
14691469
the database state will be just the same as if those transactions had
14701470
been aborted cleanly. So, turning <varname>synchronous_commit</> off

doc/src/sgml/perform.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/perform.sgml,v 1.81 2010/06/28 21:57:17 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/perform.sgml,v 1.82 2010/06/28 22:46:11 momjian Exp $ -->
22

33
<chapter id="performance-tips">
44
<title>Performance Tips</title>
@@ -1113,7 +1113,7 @@ SELECT * FROM x, y, a, b, c WHERE something AND somethingelse;
11131113

11141114
<para>
11151115
Durability is a database feature that guarantees the recording of
1116-
committed transactions even if if the server crashes or loses
1116+
committed transactions even if the server crashes or loses
11171117
power. However, durability adds significant database overhead,
11181118
so if your site does not require such a guarantee,
11191119
<productname>PostgreSQL</productname> can be configured to run

0 commit comments

Comments
 (0)