Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit09bcb24

Browse files
committed
Minor wordsmithing in release notes' description of asynchronous commit.
1 parent19c4049 commit09bcb24

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)

[8]ページ先頭

©2009-2025 Movatter.jp