Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd96d7be

Browse files
committed
Update URL to Ross William's paper.
Devrim Gunduz.
1 parent2bb4d09 commitd96d7be

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)

[8]ページ先頭

©2009-2025 Movatter.jp