]> granicus.if.org Git - postgresql/commitdiff
Refresh some incorrect links in pg_crc.c/h
authorMichael Paquier <michael@paquier.xyz>
Wed, 16 Oct 2019 06:10:14 +0000 (15:10 +0900)
committerMichael Paquier <michael@paquier.xyz>
Wed, 16 Oct 2019 06:10:14 +0000 (15:10 +0900)
Author: Vignesh C
Discussion: https://postgr.es/m/CALDaNm0LPk9vTGTBPBRv0=fX=94o4r6-DuBbHNeCN2AH5bufLw@mail.gmail.com

src/backend/utils/hash/pg_crc.c
src/include/utils/pg_crc.h

index 65bf8ff931e96db05050a9d29aef173d47c4a724..6ee6ffd75e2320c01830559f702c993689964ed7 100644 (file)
@@ -5,7 +5,7 @@
  *
  * See Ross Williams' excellent introduction
  * A PAINLESS GUIDE TO CRC ERROR DETECTION ALGORITHMS, available from
- * http://www.ross.net/crc/download/crc_v3.txt or several other net sites.
+ * http://ross.net/crc/download/crc_v3.txt or several other net sites.
  *
  * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
index 4d5c99d1a70caad74de774681d6c3d718b70d16b..f33ab784387d6dbebe5c47c86e0f6c49adca0d9a 100644 (file)
@@ -5,7 +5,7 @@
  *
  * See Ross Williams' excellent introduction
  * A PAINLESS GUIDE TO CRC ERROR DETECTION ALGORITHMS, available from
- * http://www.ross.net/crc/ or several other net sites.
+ * http://ross.net/crc/ or several other net sites.
  *
  * We have three slightly different variants of a 32-bit CRC calculation:
  * CRC-32C (Castagnoli polynomial), CRC-32 (Ethernet polynomial), and a legacy