Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit b34ee30

Browse files
committed
Update non-durable docs about non-synchronous-commit allowing
transaction loss for a _database_ crash.
1 parent a40b1e0 commit b34ee30

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/src/sgml/perform.sgml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1157,9 +1157,10 @@ SELECT * FROM x, y, a, b, c WHERE something AND somethingelse;
11571157

11581158
<listitem>
11591159
<para>
1160-
Turn off <xref linkend="guc-synchronous-commit">; there is no
1160+
Turn off <xref linkend="guc-synchronous-commit">; there might be no
11611161
need to write the <acronym>WAL</acronym> to disk on every
1162-
commit.
1162+
commit. This does enable possible tranaction loss in case of
1163+
a <emphasis>database</> crash.
11631164
</para>
11641165
</listitem>
11651166
</itemizedlist>

0 commit comments

Comments
 (0)