From 3d980e15eeeecc4cc240c45dc5abb5567adce4bb Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 26 Jul 2012 21:25:25 -0400 Subject: [PATCH] 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. --- doc/src/sgml/wal.sgml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/wal.sgml b/doc/src/sgml/wal.sgml index 8e05f927131..d43b0d62847 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 diskchecker.pl. + You can test for reliable I/O subsystem behavior using + diskchecker.pl (description, script).