pgsql: Fix USE_SLICING_BY_8_CRC32C builds on x86

From: John Naylor <john(dot)naylor(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix USE_SLICING_BY_8_CRC32C builds on x86
Date: 2026-02-25 01:47:38
Message-ID: E1vv402-0012H0-0i@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(at)sss(dot)pgh(dot)pa(dot)us>
Discussion: https://postgr.es/m/4014992.1771963187@sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3322f01a11b79d4b3c84ae9322c0984891349e46

Modified Files
--------------
src/port/pg_cpu_x86.c | 4 ++++
1 file changed, 4 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2026-02-25 02:06:57 Re: pgsql: libpq: Grease the protocol by default
Previous Message Tom Lane 2026-02-25 01:30:29 Re: pgsql: libpq: Grease the protocol by default