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

Commit 1de4fd1

Browse files
committed
Refresh some incorrect links in pg_crc.c/h
Author: Vignesh C Discussion: https://postgr.es/m/CALDaNm0LPk9vTGTBPBRv0=fX=94o4r6-DuBbHNeCN2AH5bufLw@mail.gmail.com
1 parent cce95a2 commit 1de4fd1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/backend/utils/hash/pg_crc.c

Lines changed: 1 addition & 1 deletion
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-
* http://www.ross.net/crc/download/crc_v3.txt or several other net sites.
8+
* http://ross.net/crc/download/crc_v3.txt or several other net sites.
99
*
1010
* Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
1111
* Portions Copyright (c) 1994, Regents of the University of California

src/include/utils/pg_crc.h

Lines changed: 1 addition & 1 deletion
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-
* http://www.ross.net/crc/ or several other net sites.
8+
* http://ross.net/crc/ or several other net sites.
99
*
1010
* We have three slightly different variants of a 32-bit CRC calculation:
1111
* CRC-32C (Castagnoli polynomial), CRC-32 (Ethernet polynomial), and a legacy

0 commit comments

Comments
 (0)