@@ -1569,13 +1569,13 @@ SET ENABLE_SEQSCAN TO OFF;
1569
1569
</itemizedlist>
1570
1570
<para>
1571
1571
Not all of these choices are available on all platforms.
1572
- The default is the first method in the above list that is supported
1573
- by the platform. The default is not necessarily best; it may be
1574
- necessary to change this setting, or other aspects of your system
1575
- configuration, in order to create a crash-safe configuration, as
1576
- discussed in <xref linkend="wal-reliability">, or to achieve best
1577
- performance.
1578
1572
The <literal>open_</>* options also use <literal>O_DIRECT</> if available.
1573
+ The default is the first method in the above list that is supported
1574
+ by the platform. The default is not necessarily ideal; it might be
1575
+ necessary to change this setting or other aspects of your system
1576
+ configuration in order to create a crash-safe configuration or
1577
+ achieve optimal performance.
1578
+ These aspects are discussed in <xref linkend="wal-reliability">.
1579
1579
The utility <filename>src/tools/fsync</> in the PostgreSQL source tree
1580
1580
can do performance testing of various fsync methods.
1581
1581
This parameter can only be set in the <filename>postgresql.conf</>