Skip to content

Commit ea9c103

Browse files
committed
Add "SSD" acronym mention for solid state drive mention.
1 parent 4f57c28 commit ea9c103

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/wal.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/wal.sgml,v 1.65 2010/03/17 17:12:31 petere Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/wal.sgml,v 1.66 2010/04/13 14:15:25 momjian Exp $ -->
22

33
<chapter id="wal">
44
<title>Reliability and the Write-Ahead Log</title>
@@ -61,7 +61,7 @@
6161
particularly likely to have write-back caches that will not survive a
6262
power failure, though <acronym>ATAPI-6</> introduced a drive cache
6363
flush command (FLUSH CACHE EXT) that some file systems use, e.g. <acronym>ZFS</>.
64-
Many solid-state drives also have volatile write-back
64+
Many solid-state drives (SSD) also have volatile write-back
6565
caches, and many do not honor cache flush commands by default.
6666
To check write caching on <productname>Linux</> use
6767
<command>hdparm -I</>; it is enabled if there is a <literal>*</> next

0 commit comments

Comments
 (0)