From: Alvaro Herrera Date: Wed, 12 Nov 2008 21:53:46 +0000 (+0000) Subject: Update URL to Ross Williams' CRC paper. X-Git-Tag: recoveryinfrav9~368 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=cd8d444493b961d6f5f3401afc6f1d7675e22fdc;p=users%2Fsimon%2Fpostgres.git Update URL to Ross Williams' CRC paper. Per note from Devrim Gunduz --- diff --git a/src/include/utils/pg_crc.h b/src/include/utils/pg_crc.h index 73330e556b..6b3a0f0910 100644 --- a/src/include/utils/pg_crc.h +++ b/src/include/utils/pg_crc.h @@ -5,7 +5,7 @@ * * See Ross Williams' excellent introduction * A PAINLESS GUIDE TO CRC ERROR DETECTION ALGORITHMS, available from - * ftp://ftp.rocksoft.com/papers/crc_v3.txt or several other net sites. + * http://www.ross.net/crc/ or several other net sites. * * We use a normal (not "reflected", in Williams' terms) CRC, using initial * all-ones register contents and a final bit inversion.