From cd8d444493b961d6f5f3401afc6f1d7675e22fdc Mon Sep 17 00:00:00 2001 From: Alvaro Herrera Date: Wed, 12 Nov 2008 21:53:46 +0000 Subject: [PATCH] Update URL to Ross Williams' CRC paper. Per note from Devrim Gunduz --- src/include/utils/pg_crc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.5