From: Bruce Momjian Date: Sat, 1 Dec 2012 03:18:00 +0000 (-0500) Subject: dummy commit X-Git-Tag: REL9_3_BETA1~640 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2da3005a185acdb703f4e2e2317445e6d1cf26bb;p=postgresql dummy commit --- diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index fa8de0161e..b7df8ce612 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -1697,12 +1697,12 @@ include 'filename' - For reliable recovery when changing a cluster from - fsync 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 - initdb --sync-only, running sync, - unmounting the file system, or rebooting the server. + For reliable recovery when changing fsync + 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 initdb + --sync-only, running sync, unmounting the + file system, or rebooting the server.