Update URL to Ross William's paper.
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 25 Aug 2008 17:37:40 +0000 (17:37 +0000)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 25 Aug 2008 17:37:40 +0000 (17:37 +0000)
Devrim Gunduz.

src/backend/utils/hash/pg_crc.c

index d0a256cda50cf286fb999b96ff3ac18c6641345b..c5db6267cae906fcdbbd821e05ebe5608b43c287 100644 (file)
@@ -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.