From: Bruce Momjian Date: Fri, 27 Jul 2012 01:25:26 +0000 (-0400) Subject: Update doc mention of diskchecker.pl to add URL for script; retain URL X-Git-Tag: REL9_3_BETA1~1157 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c9a2532c832cdc87dfa62bfdfd247707e3906e00;p=thirdparty%2Fpostgresql.git 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. --- 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 diskchecker.pl. + You can test for reliable I/O subsystem behavior using + diskchecker.pl (description, script).