]> granicus.if.org Git - postgresql/commitdiff
Clarify assumption of filesystem metadata integrity.
authorSimon Riggs <simon@2ndQuadrant.com>
Tue, 19 Mar 2013 08:57:29 +0000 (08:57 +0000)
committerSimon Riggs <simon@2ndQuadrant.com>
Tue, 19 Mar 2013 08:57:29 +0000 (08:57 +0000)
Jeff Davis

doc/src/sgml/wal.sgml

index e96f0ce17d54732513e1b83554df54f4f0b6f256..b1784e5cb3a3d9d84475b027a9dd882c411cbeff 100644 (file)
    there is little it can do to make sure the data has arrived at a truly
    non-volatile storage area. Rather, it is the
    administrator's responsibility to make certain that all storage components
-   ensure data integrity.  Avoid disk controllers that have non-battery-backed
-   write caches.  At the drive level, disable write-back caching if the
+   ensure integrity for both data and filesystem metadata.
+   Avoid disk controllers that have non-battery-backed write caches.
+   At the drive level, disable write-back caching if the
    drive cannot guarantee the data will be written before shutdown.
    If you use SSDs, be aware that many of these do not honor cache flush
    commands by default.