File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -1697,12 +1697,12 @@ include 'filename'
1697
1697
</para>
1698
1698
1699
1699
<para>
1700
- For reliable recovery when changing a cluster from
1701
- <varname>fsync</varname> off to on, it is necessary to force all
1702
- modified buffers in the kernel to durable storage. This can be
1703
- done while the cluster is shutdown or while fsync is on by running
1704
- <command>initdb --sync-only</command>, running <command>sync</>,
1705
- unmounting the file system, or rebooting the server.
1700
+ For reliable recovery when changing <varname>fsync</varname>
1701
+ off to on, it is necessary to force all modified buffers in the
1702
+ kernel to durable storage. This can be done while the cluster
1703
+ is shutdown or while fsync is on by running <command>initdb
1704
+ --sync-only</command>, running <command>sync</>, unmounting the
1705
+ file system, or rebooting the server.
1706
1706
</para>
1707
1707
1708
1708
<para>
You can’t perform that action at this time.
0 commit comments