Heikki Linnakangas 4f700bcd20 Reorganize our CRC source files again.
Now that we use CRC-32C in WAL and the control file, the "traditional" and
"legacy" CRC-32 variants are not used in any frontend programs anymore.
Move the code for those back from src/common to src/backend/utils/hash.

Also move the slicing-by-8 implementation (back) to src/port. This is in
preparation for next patch that will add another implementation that uses
Intel SSE 4.2 instructions to calculate CRC-32C, where available.
2015-04-14 17:03:42 +03:00
..
2011-04-25 22:27:11 +03:00
2015-04-14 17:03:42 +03:00
2010-09-20 22:08:53 +02:00
2014-05-06 12:12:18 -04:00
2012-07-16 22:15:03 +03:00