File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
*/
You can’t perform that action at this time.
0 commit comments