mirror of
https://github.com/postgres/postgres.git
synced 2025-12-21 05:21:08 +03:00
Fix doc double-wording in non-durable patch.
Report from Thom Brown
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user