diff options
author | Bruce Momjian <bruce@momjian.us> | 2012-07-26 21:25:26 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2012-07-26 21:25:26 -0400 |
commit | c9a2532c832cdc87dfa62bfdfd247707e3906e00 (patch) | |
tree | b251d76a06071edadad13e4bfc527c5e4b40ec7c /doc/src | |
parent | 69451b09686e591468e6b7b959544974b724cbe8 (diff) | |
download | postgresql-c9a2532c832cdc87dfa62bfdfd247707e3906e00.tar.gz postgresql-c9a2532c832cdc87dfa62bfdfd247707e3906e00.zip |
Update doc mention of diskchecker.pl to add URL for script; retain URL
for description.
Patch to 9.0 and later, where script is mentioned.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/wal.sgml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/src/sgml/wal.sgml b/doc/src/sgml/wal.sgml index c66ae291e00..186c3614b9a 100644 --- a/doc/src/sgml/wal.sgml +++ b/doc/src/sgml/wal.sgml @@ -153,8 +153,10 @@ 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 <ulink - url="http://brad.livejournal.com/2116715.html"><filename>diskchecker.pl</filename></ulink>. + 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>). </para> <para> |