Reorganize our CRC source files again.

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: 4f700bcd20c087f60346cb8aefd0e269be8e2157
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2015-04-14T14:03:42Z
Releases: 9.5.0
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.

Files