mirror of
https://github.com/postgres/postgres.git
synced 2026-03-14 22:53:49 -04:00
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. |
||
|---|---|---|
| .. | ||
| exec.c | ||
| fe_memutils.c | ||
| Makefile | ||
| pg_lzcompress.c | ||
| pgfnames.c | ||
| psprintf.c | ||
| relpath.c | ||
| restricted_token.c | ||
| rmtree.c | ||
| string.c | ||
| username.c | ||
| wait_error.c | ||