Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit d96d7be

Browse files
committed
Update URL to Ross William's paper.
Devrim Gunduz.
1 parent 2bb4d09 commit d96d7be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/utils/hash/pg_crc.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
* See Ross Williams' excellent introduction
77
* 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.
99
*
1010
* We use a normal (not "reflected", in Williams' terms) CRC, using initial
1111
* all-ones register contents and a final bit inversion.
@@ -19,7 +19,7 @@
1919
*
2020
*
2121
* 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 $
2323
*
2424
*-------------------------------------------------------------------------
2525
*/

0 commit comments

Comments
 (0)