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 | 99dd2a390f8b0129092fe62a303b0cd1df547691 (patch) | |
tree | 16829328d8ae494c3f6adf3ebc2b21d7711891b7 | |
parent | 62d69045dd1c41bbcd8a7f78c7a4170e8381ca76 (diff) | |
download | postgresql-99dd2a390f8b0129092fe62a303b0cd1df547691.tar.gz postgresql-99dd2a390f8b0129092fe62a303b0cd1df547691.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.
-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 559db3aaf6c..e34faffce2a 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> |