]> granicus.if.org Git - postgresql/commitdiff
dummy commit
authorBruce Momjian <bruce@momjian.us>
Sat, 1 Dec 2012 03:18:00 +0000 (22:18 -0500)
committerBruce Momjian <bruce@momjian.us>
Tue, 4 Dec 2012 03:45:02 +0000 (22:45 -0500)
doc/src/sgml/config.sgml

index fa8de0161e68d61bc64d1b56b84c650b723015cc..b7df8ce61241ce51a40e2ed479ada6550ef0a940 100644 (file)
@@ -1697,12 +1697,12 @@ include 'filename'
        </para>
 
        <para>
-        For reliable recovery when changing a cluster from
-        <varname>fsync</varname> off to on, it is necessary to force all
-        modified buffers in the kernel to durable storage.  This can be
-        done while the cluster is shutdown or while fsync is on by running
-        <command>initdb --sync-only</command>, running <command>sync</>,
-        unmounting the file system, or rebooting the server.
+        For reliable recovery when changing <varname>fsync</varname>
+        off to on, it is necessary to force all modified buffers in the
+        kernel to durable storage.  This can be done while the cluster
+        is shutdown or while fsync is on by running <command>initdb
+        --sync-only</command>, running <command>sync</>, unmounting the
+        file system, or rebooting the server.
        </para>
 
        <para>