Fix USE_SLICING_BY_8_CRC32C builds on x86

John Naylor <john.naylor@postgresql.org>

Commit: 3322f01a11b79d4b3c84ae9322c0984891349e46
Author: John Naylor <john.naylor@postgresql.org>
Date: 2026-02-25T01:44:59Z
Fix USE_SLICING_BY_8_CRC32C builds on x86

A future commit will move the CRC function choosing logic to the
file where the hardware-specific functions are defined, but until
then add guards for builds without those functions. Oversight in
commit b9278871f.

Per buildfarm animal rhinoceros

Reported-by: Tom Lane <tgl@sss.pgh.pa.us>
Discussion: https://postgr.es/m/4014992.1771963187@sss.pgh.pa.us

Files

PathChange+/−
src/port/pg_cpu_x86.c modified +4 −0

Discussion