diff options
Diffstat (limited to 'doc/src/sgml/wal.sgml')
-rw-r--r-- | doc/src/sgml/wal.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/wal.sgml b/doc/src/sgml/wal.sgml index 7ce6be868e4..60a1df72729 100644 --- a/doc/src/sgml/wal.sgml +++ b/doc/src/sgml/wal.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/wal.sgml,v 1.71 2010/07/27 19:01:16 petere Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/wal.sgml,v 1.72 2010/08/17 04:37:21 petere Exp $ --> <chapter id="wal"> <title>Reliability and the Write-Ahead Log</title> @@ -116,7 +116,7 @@ write caches. At the drive level, disable write-back caching if the drive cannot guarantee the data will be written before shutdown. You can test for reliable I/O subsystem behavior using <ulink - url="http://brad.livejournal.com/2116715.html">diskchecker.pl</ulink>. + url="http://brad.livejournal.com/2116715.html"><filename>diskchecker.pl</filename></ulink>. </para> <para> |