From 04d2956f0df0d95da3dd2d202b9482d24822cc71 Mon Sep 17 00:00:00 2001 From: Bruce Momjian <bruce@momjian.us> Date: Mon, 30 Jul 2012 10:15:57 -0400 Subject: [PATCH] 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. --- doc/src/sgml/wal.sgml | 6 ++---- 1 file 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> -- GitLab