diff options
author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2008-11-12 21:53:46 +0000 |
---|---|---|
committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2008-11-12 21:53:46 +0000 |
commit | 249b224bf5d6ff49443c8fea639b757536c329ba (patch) | |
tree | 39935c319270690d008fc077a84172a4c3052e7b /src | |
parent | 2b2fb7d85d4b0baa8b1aec782893cc86af397f21 (diff) | |
download | postgresql-249b224bf5d6ff49443c8fea639b757536c329ba.tar.gz postgresql-249b224bf5d6ff49443c8fea639b757536c329ba.zip |
Update URL to Ross Williams' CRC paper.
Per note from Devrim Gunduz
Diffstat (limited to 'src')
-rw-r--r-- | src/include/utils/pg_crc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/utils/pg_crc.h b/src/include/utils/pg_crc.h index 14872ebd30f..bc3344fd2a2 100644 --- a/src/include/utils/pg_crc.h +++ b/src/include/utils/pg_crc.h @@ -5,7 +5,7 @@ * * See Ross Williams' excellent introduction * A PAINLESS GUIDE TO CRC ERROR DETECTION ALGORITHMS, available from - * ftp://ftp.rocksoft.com/papers/crc_v3.txt or several other net sites. + * http://www.ross.net/crc/ or several other net sites. * * We use a normal (not "reflected", in Williams' terms) CRC, using initial * all-ones register contents and a final bit inversion. @@ -17,7 +17,7 @@ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/utils/pg_crc.h,v 1.17 2008/01/01 19:45:59 momjian Exp $ + * $PostgreSQL: pgsql/src/include/utils/pg_crc.h,v 1.18 2008/11/12 21:53:46 alvherre Exp $ */ #ifndef PG_CRC_H #define PG_CRC_H |