From b9ea5a1c07112b16b107338d6f9b419c13faa4fc Mon Sep 17 00:00:00 2001 From: Alvaro Herrera Date: Mon, 25 Aug 2008 17:37:40 +0000 Subject: [PATCH] Update URL to Ross William's paper. Devrim Gunduz. --- src/backend/utils/hash/pg_crc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/utils/hash/pg_crc.c b/src/backend/utils/hash/pg_crc.c index d0a256cda5..c5db6267ca 100644 --- a/src/backend/utils/hash/pg_crc.c +++ b/src/backend/utils/hash/pg_crc.c @@ -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/download/crc_v3.txt 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