diff options
author | Bruce Momjian | 2012-07-30 14:15:56 +0000 |
---|---|---|
committer | Bruce Momjian | 2012-07-30 14:15:56 +0000 |
commit | 27394f76bf9a18a4e0337d3b3fb84a940e3555f5 (patch) | |
tree | 4bef99ac66632c94424d43b0cce488d46dff9ec6 | |
parent | 022e8786da07d2859956d62b71297428a69f04f3 (diff) |
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.
-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 d43b0d62847..8e05f927131 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> |