|
5 | 5 | *
|
6 | 6 | * See Ross Williams' excellent introduction
|
7 | 7 | * A PAINLESS GUIDE TO CRC ERROR DETECTION ALGORITHMS, available from
|
8 |
| - *ftp://ftp.rocksoft.com/papers/crc_v3.txt or several other net sites. |
| 8 | + *http://www.ross.net/crc/download/crc_v3.txt or several other net sites. |
9 | 9 | *
|
10 | 10 | * We use a normal (not "reflected", in Williams' terms) CRC, using initial
|
11 | 11 | * all-ones register contents and a final bit inversion.
|
|
19 | 19 | *
|
20 | 20 | *
|
21 | 21 | * IDENTIFICATION
|
22 |
| - * $PostgreSQL: pgsql/src/backend/utils/hash/pg_crc.c,v 1.19 2008/03/27 03:57:33 tgl Exp $ |
| 22 | + * $PostgreSQL: pgsql/src/backend/utils/hash/pg_crc.c,v 1.20 2008/08/25 17:37:40 alvherre Exp $ |
23 | 23 | *
|
24 | 24 | *-------------------------------------------------------------------------
|
25 | 25 | */
|
|