Skip to content

Commit 249b224

Browse files
committed
Update URL to Ross Williams' CRC paper.
Per note from Devrim Gunduz
1 parent 2b2fb7d commit 249b224

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/include/utils/pg_crc.h

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/ 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.
@@ -17,7 +17,7 @@
1717
* Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
1818
* Portions Copyright (c) 1994, Regents of the University of California
1919
*
20-
* $PostgreSQL: pgsql/src/include/utils/pg_crc.h,v 1.17 2008/01/01 19:45:59 momjian Exp $
20+
* $PostgreSQL: pgsql/src/include/utils/pg_crc.h,v 1.18 2008/11/12 21:53:46 alvherre Exp $
2121
*/
2222
#ifndef PG_CRC_H
2323
#define PG_CRC_H

0 commit comments

Comments
 (0)