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

Commit833d91a

Browse files
committed
Fix ordering of default sync options to match code.
1 parentdf24e93 commit833d91a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎doc/src/sgml/runtime.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.342 2005/08/0904:50:43 momjian Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.343 2005/08/0905:01:10 momjian Exp $
33
-->
44

55
<chapter Id="runtime">
@@ -1744,12 +1744,12 @@ SET ENABLE_SEQSCAN TO OFF;
17441744
</listitem>
17451745
<listitem>
17461746
<para>
1747-
<literal>open_sync</> (write WAL files with <function>open()</> option <symbol>O_SYNC</>)
1747+
<literal>fsync_writethrough</> (forcewrite-through of any disk write cache)
17481748
</para>
17491749
</listitem>
17501750
<listitem>
17511751
<para>
1752-
<literal>fsync_writethrough</> (forcewrite-through of any disk write cache)
1752+
<literal>open_sync</> (write WAL files with <function>open()</> option <symbol>O_SYNC</>)
17531753
</para>
17541754
</listitem>
17551755
</itemizedlist>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp