git.postgresql.org Git - postgresql.git/commitdiff

git projects / postgresql.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 554b00c)
Backpatch to 9.0 a doc mention that a BBU does not prevent partial page
2010年12月24日 16:32:52 +0000 (11:32 -0500)
2010年12月24日 16:32:52 +0000 (11:32 -0500)
writes.


diff --git a/doc/src/sgml/wal.sgml b/doc/src/sgml/wal.sgml
index 54fcf93954da608e6e9651882a58aebc8b673ab5..e212ddf16c032ccb22da12337b3ffb96665aeb08 100644 (file)
--- a/doc/src/sgml/wal.sgml
+++ b/doc/src/sgml/wal.sgml
@@ -167,10 +167,12 @@
<productname>PostgreSQL</> periodically writes full page images to
permanent WAL storage <emphasis>before</> modifying the actual page on
disk. By doing this, during crash recovery <productname>PostgreSQL</> can
- restore partially-written pages from WAL. If you have a battery-backed disk
- controller or file-system software that prevents partial page writes
- (e.g., ZFS), you can safely turn off this page imaging by turning off the
- <xref linkend="guc-full-page-writes"> parameter.
+ restore partially-written pages from WAL. If you have file-system software
+ that prevents partial page writes (e.g., ZFS), you can turn off
+ this page imaging by turning off the <xref
+ linkend="guc-full-page-writes"> parameter. Battery-Backed Unit
+ (BBU) disk controllers do not prevent partial page writes unless
+ they guarantee that data is written to the BBU as full (8kB) pages.
</para>
</sect1>
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /