Skip to content

Commit 09bcb24

Browse files
committed
Minor wordsmithing in release notes' description of asynchronous commit.
1 parent 19c4049 commit 09bcb24

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

doc/src/sgml/release.sgml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.577 2008/01/31 21:31:33 tgl Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.578 2008/02/02 23:30:23 tgl Exp $ -->
22
<!--
33

44
Typical markup:
@@ -697,13 +697,14 @@ current_date &lt; 2017-11-17
697697

698698
<para>
699699
This feature dramatically increases performance for short data-modifying
700-
transactions. The disadvantage is that because disk writes are
701-
delayed, if the operating system crashes before data is written to
702-
the disk, committed data will be lost. This feature is useful for
700+
transactions. The disadvantage is that because disk writes are delayed,
701+
if the database or operating system crashes before data is written to
702+
the disk, committed data will be lost. This feature is useful for
703703
applications that can accept some data loss. Unlike turning off
704-
<varname>fsync</varname>, asynchronous commit does not put database
705-
consistency at risk; the worst case is that after a database or system
706-
crash the last few reportedly-committed transactions might be missing.
704+
<varname>fsync</varname>, using asynchronous commit does not put
705+
database consistency at risk; the worst case is that after a crash the
706+
last few reportedly-committed transactions might not be committed after
707+
all.
707708
This feature is enabled by turning off <varname>synchronous_commit</>
708709
(which can be done per-session or per-transaction, if some transactions
709710
are critical and others are not).

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy