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

Commit1de4fd1

Browse files
committed
Refresh some incorrect links in pg_crc.c/h
Author: Vignesh CDiscussion:https://postgr.es/m/CALDaNm0LPk9vTGTBPBRv0=fX=94o4r6-DuBbHNeCN2AH5bufLw@mail.gmail.com
1 parentcce95a2 commit1de4fd1

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)

[8]ページ先頭

©2009-2025 Movatter.jp