File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -1697,12 +1697,12 @@ include 'filename'
16971697 </para>
16981698
16991699 <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.
17061706 </para>
17071707
17081708 <para>
You can’t perform that action at this time.
0 commit comments