Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3e113ef

Browse files
committed
Write cache doc cleanups
Greg Smith
1 parent51a3351 commit3e113ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎doc/src/sgml/wal.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/wal.sgml,v 1.47 2007/12/10 14:05:05 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/wal.sgml,v 1.48 2007/12/10 14:51:10 momjian Exp $ -->
22

33
<chapter id="wal">
44
<title>Reliability and the Write-Ahead Log</title>
@@ -57,11 +57,11 @@
5757
And finally, most disk drives have caches. Some are write-through
5858
while some are write-back, and the
5959
same concerns about data loss exist for write-back drive caches as
60-
exist for disk controller caches. Consumer-grade IDE drives are
60+
exist for disk controller caches. Consumer-grade IDEand SATAdrives are
6161
particularly likely to have write-back caches that will not survive a
6262
power failure. To check write caching on <productname>Linux</> use
6363
<command>hdparm -I</>; it is enabled if there is a <literal>*</> next
64-
to <literal>Write cache</>. <command>hdparm -W</>canto turn off
64+
to <literal>Write cache</>. <command>hdparm -W</> to turn off
6565
write caching. On <productname>FreeBSD</> use
6666
<application>atacontrol</>. (For SCSI disks use <ulink
6767
url="http://sg.torque.net/sg/sdparm.html"><application>sdparm</></ulink>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp