diff options
author | Bruce Momjian <bruce@momjian.us> | 2012-07-30 10:15:57 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2012-07-30 10:15:57 -0400 |
commit | 04d2956f0df0d95da3dd2d202b9482d24822cc71 (patch) | |
tree | 803b1d2718ad735933ffa41bcc45b3be01544eaf /doc/src | |
parent | 9ae8ebe0b221d9d547adfbfae74bd62e73e39fcd (diff) | |
download | postgresql-04d2956f0df0d95da3dd2d202b9482d24822cc71.tar.gz postgresql-04d2956f0df0d95da3dd2d202b9482d24822cc71.zip |
Now that the diskchecker.pl author has updated the download link on his
website, revert the separate link to the download git repository.
Backpatch from 9.0 to current.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/wal.sgml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/src/sgml/wal.sgml b/doc/src/sgml/wal.sgml index 186c3614b9a..c66ae291e00 100644 --- a/doc/src/sgml/wal.sgml +++ b/doc/src/sgml/wal.sgml @@ -153,10 +153,8 @@ 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. - You can test for reliable I/O subsystem behavior using - <application>diskchecker.pl</> (<ulink - url="http://brad.livejournal.com/2116715.html">description</ulink>, <ulink - url="https://gist.github.com/3172656">script</ulink>). + You can test for reliable I/O subsystem behavior using <ulink + url="http://brad.livejournal.com/2116715.html"><filename>diskchecker.pl</filename></ulink>. </para> <para> |