|
1 | 1 | <!--
|
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 $ |
3 | 3 | -->
|
4 | 4 |
|
5 | 5 | <chapter Id="runtime">
|
@@ -1744,12 +1744,12 @@ SET ENABLE_SEQSCAN TO OFF;
|
1744 | 1744 | </listitem>
|
1745 | 1745 | <listitem>
|
1746 | 1746 | <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) |
1748 | 1748 | </para>
|
1749 | 1749 | </listitem>
|
1750 | 1750 | <listitem>
|
1751 | 1751 | <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</>) |
1753 | 1753 | </para>
|
1754 | 1754 | </listitem>
|
1755 | 1755 | </itemizedlist>
|
|